diff --git a/Shorewall-common/releasenotes.txt b/Shorewall-common/releasenotes.txt index b4a6bce84..7df1ccfd1 100644 --- a/Shorewall-common/releasenotes.txt +++ b/Shorewall-common/releasenotes.txt @@ -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 diff --git a/Shorewall-perl/Shorewall/Compiler.pm b/Shorewall-perl/Shorewall/Compiler.pm index b082425fe..b683abebc 100644 --- a/Shorewall-perl/Shorewall/Compiler.pm +++ b/Shorewall-perl/Shorewall/Compiler.pm @@ -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"; } }