From be053b576d2eecaf5409b366ec07503e6a81c44c Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Thu, 11 Jan 2018 13:37:58 +0100 Subject: [PATCH] =?UTF-8?q?Protection=20arp=20contre=20les=20adresses=20ma?= =?UTF-8?q?c=20sources/dest=20incoh=C3=A9rentes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/gen_confs/switch_conf.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gestion/gen_confs/switch_conf.tpl b/gestion/gen_confs/switch_conf.tpl index bdb00e49..54814b3c 100644 --- a/gestion/gen_confs/switch_conf.tpl +++ b/gestion/gen_confs/switch_conf.tpl @@ -126,6 +126,8 @@ dhcp-snooping ;--- ARP Protect --- arp-protect arp-protect vlan {{ vlans.values()|selectattr("dhcp_snooping")|join(" ", attribute="id") }} +arp-protect validate src-mac +arp-protect validate dest-mac {%- endif %} {%- if DHCPv6_SNOOPING in features %} ;--- DHCPv6 Snooping --- -- GitLab