Fix DHCP rule in stop_firewall()

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9010 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-12-12 23:31:57 +00:00
parent ed244ba0b9
commit b4cc254fef
2 changed files with 4 additions and 3 deletions

View File

@ -19,8 +19,8 @@ Other changes in 4.3.2
an anycast or multicast destination address.
3) The nosmurfs option has been added to
/etc/shorewall8/interfaces. The option drops incoming packets whose
source address is an anycast or multicast addreess.
/etc/shorewall8/interfaces. The option drops incoming packets with
a source address that is an anycast or multicast addreess.
4) Multi-ISP is now enabled in Shorewall8.
@ -61,6 +61,7 @@ New Features in Shorewall 4.3
blacklist
bridge
dhcp
nosmurfs
optional
routeback
sourceroute

View File

@ -527,7 +527,7 @@ EOF
#
# This might be a bridge
#
emit "do_iptables -A FORWARD -p udp -i $interface -o $interface --dport $ports-j ACCEPT";
emit "do_iptables -A FORWARD -p udp -i $interface -o $interface --dport $ports -j ACCEPT";
}
}