Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benjamin Graillot
scripts
Commits
bda8ae7d
Commit
bda8ae7d
authored
Jan 06, 2018
by
Gabriel Detraz
Browse files
Arguments arp dans le bon ordre
parent
63b61fc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
gestion/gen_confs/switch_conf.tpl
View file @
bda8ae7d
...
...
@@ -124,8 +124,8 @@ dhcp-snooping
{%- endif %}
{%- if ARP_PROTECT in features %}
;--- ARP Protect ---
arp-protect vlan {{ vlans.values()|selectattr("dhcp_snooping")|join(" ", attribute="id") }}
arp-protect
arp-protect vlan {{ vlans.values()|selectattr("dhcp_snooping")|join(" ", attribute="id") }}
{%- endif %}
{%- if DHCPv6_SNOOPING in features %}
;--- DHCPv6 Snooping ---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment