Skip to content

Commit

Permalink
Merge pull request #4 from odivlad/arp-suppress
Browse files Browse the repository at this point in the history
Allow explicit arp suppress disablement
  • Loading branch information
odivlad authored Apr 29, 2021
2 parents d22b86f + a374190 commit 6319d94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ The following CLAG-related attributes are also available. If CLAG is enabled, yo
* `mstpctl_bpduguard` - Enable BPDU guard on a VLAN-aware trunk.
* `location` - Location of the configuration snippets directory. Default is `/etc/network/interfaces.d/`.
* `access` - For bridging, a type of port that is non-trunking. For dot1x an IP source address or network that will be serviced (an integer from 1 to 4094).
* `arp_nd_suppress` - ARP ND suppression. Valid value: `'on'`.
* `arp_nd_suppress` - ARP ND suppression. Valid values: `'on'`, `'off'`.
* `learning` - The bridge port learning flag. Valid value: `'off'`.
* `mstpctl_portbpdufilter` - BPDU filter on a port. Valid values: `true` or `false`.
* `mstpctl_bpduguard` - Bridge Protocol Data Unit guard. Valid values: `true` or `false`.
Expand Down
3 changes: 0 additions & 3 deletions lib/puppet/type/cumulus_vxlan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ def retrieve

newparam(:arp_nd_suppress) do
desc 'ARP ND suppression'
munge do |value|
@resource.validate_value(value, 'on')
end
end

newparam(:learning) do
Expand Down

0 comments on commit 6319d94

Please sign in to comment.