From 70ebf6678fe83c270f4da0c37929c00056fd6643 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 3 Apr 2007 22:32:02 +0200 Subject: [PATCH] Various fixes to the port config. --- config/make-port-config.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/make-port-config.pl b/config/make-port-config.pl index ee75cab..4ab5002 100755 --- a/config/make-port-config.pl +++ b/config/make-port-config.pl @@ -26,6 +26,7 @@ while () { } my $vlan = "$row$switch"; + my $ipv6 = sprintf "F%02u%u", $row, $switch; $distros{$distro} .= <<"EOF"; vlan $vlan @@ -39,7 +40,8 @@ interface vlan $vlan ip helper-address 87.76.254.2 no ip proxy-arp ip access-group great-wall-of-tg in - ipv6 address 2001:16D8:FFFF:$vlan::1/64 + ipv6 address 2001:16D8:FFFF:${ipv6}::1/64 + ip igmp version 3 no shutdown ! @@ -52,7 +54,6 @@ interface $port spanning-tree portfast spanning-tree bpduguard enable - ip igmp snooping storm-control broadcast level 2 no shutdown ! -- 2.39.2