mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 14:48:51 +01:00
Fix another masq file bug
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1132 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7f19ec0c73
commit
fbff479107
@ -24,4 +24,6 @@ Changes since 1.4.9
|
||||
|
||||
11) Fix the enhancement in 1) above to avoid startup errors.
|
||||
|
||||
12) Allow maclist with Atheros cards
|
||||
12) Allow maclist with Atheros cards
|
||||
|
||||
13) Fix masq file problem with exclusion in the source column.
|
||||
|
@ -3879,7 +3879,7 @@ setup_masq()
|
||||
chain=$newchain
|
||||
destnets=0.0.0.0/0
|
||||
|
||||
if [ -n "$nonmasq" ]; then
|
||||
if [ -n "$nomasq" ]; then
|
||||
for addr in `separate_list $nomasq`; do
|
||||
addnatrule $chain -s $addr -j RETURN
|
||||
done
|
||||
|
@ -25,6 +25,12 @@ Problems Corrected since version 1.4.9:
|
||||
7. Atheros WiFi cards were previously excluded from use with the
|
||||
"maclist" interface option.
|
||||
|
||||
8. (Fix from Steven Jan Springl) In the /etc/shorewall/masq entry
|
||||
|
||||
eth0:!10.1.1.150 0.0.0.0/0!10.1.0.0/16 10.1.2.16
|
||||
|
||||
the !10.1.0.0/16 is ignored.
|
||||
|
||||
Migration Issues:
|
||||
|
||||
None.
|
||||
|
Loading…
Reference in New Issue
Block a user