mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 04:01:45 +02:00
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:
parent
ed244ba0b9
commit
b4cc254fef
@ -19,8 +19,8 @@ Other changes in 4.3.2
|
|||||||
an anycast or multicast destination address.
|
an anycast or multicast destination address.
|
||||||
|
|
||||||
3) The nosmurfs option has been added to
|
3) The nosmurfs option has been added to
|
||||||
/etc/shorewall8/interfaces. The option drops incoming packets whose
|
/etc/shorewall8/interfaces. The option drops incoming packets with
|
||||||
source address is an anycast or multicast addreess.
|
a source address that is an anycast or multicast addreess.
|
||||||
|
|
||||||
4) Multi-ISP is now enabled in Shorewall8.
|
4) Multi-ISP is now enabled in Shorewall8.
|
||||||
|
|
||||||
@ -61,6 +61,7 @@ New Features in Shorewall 4.3
|
|||||||
blacklist
|
blacklist
|
||||||
bridge
|
bridge
|
||||||
dhcp
|
dhcp
|
||||||
|
nosmurfs
|
||||||
optional
|
optional
|
||||||
routeback
|
routeback
|
||||||
sourceroute
|
sourceroute
|
||||||
|
@ -527,7 +527,7 @@ EOF
|
|||||||
#
|
#
|
||||||
# This might be a bridge
|
# 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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user