From fc0c7448e97779541aa7e27269bf842906d7e138 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 Apr 2007 19:53:47 +0200 Subject: [PATCH] Add the ACLs to get MBD working. --- config/make-port-config.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/make-port-config.pl b/config/make-port-config.pl index 72416a0..6b3ba33 100755 --- a/config/make-port-config.pl +++ b/config/make-port-config.pl @@ -40,7 +40,7 @@ default interface vlan $vlan interface vlan $vlan description $name ip address $ip 255.255.255.192 - ip directed-broadcast 10 + ip directed-broadcast 101 ip helper-address 87.76.254.2 no ip proxy-arp ip access-group great-wall-of-tg in @@ -69,6 +69,10 @@ EOF for my $distro (keys %vlans) { open DISTRO, ">$distro-config" or die "$distro-config: $!"; + print DISTRO <<"EOF"; +access-list 101 remark ip directed broadcast +access-list 101 permit ip any any dscp cs7 +EOF print DISTRO $vlans{$distro}; print DISTRO $ports{$distro}; print DISTRO "end\n"; -- 2.39.2