mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
Fix display of ICMP type 3's
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1241 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
df9b765284
commit
432da14c4b
@ -36,3 +36,5 @@ Changes since 2.0.0
|
|||||||
17) Reduce useless intra-zone rules on bridges.
|
17) Reduce useless intra-zone rules on bridges.
|
||||||
|
|
||||||
18) Make 'routeback' on hosts work again.
|
18) Make 'routeback' on hosts work again.
|
||||||
|
|
||||||
|
19) Fix display of ICMP packets.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Shorewall 2.0.1-RC5
|
Shorewall 2.0.1
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
Problems Corrected since 2.0.0
|
Problems Corrected since 2.0.0
|
||||||
@ -13,12 +13,8 @@ Problems Corrected since 2.0.0
|
|||||||
3) Thanks to Sean Mathews, a long-standing problem with Proxy ARP and
|
3) Thanks to Sean Mathews, a long-standing problem with Proxy ARP and
|
||||||
IPSEC has been corrected. Thanks Sean!!!
|
IPSEC has been corrected. Thanks Sean!!!
|
||||||
|
|
||||||
Problems Corrected since 2.0.1 RC4
|
4) The "shorewall show log" and "shorewall logwatch" commands
|
||||||
|
incorrectly displayed type 3 ICMP packets.
|
||||||
1) The 'routeback' hosts option now works again.
|
|
||||||
|
|
||||||
2) When two bridge ports are assigned to the same zone, Shorewall now
|
|
||||||
correctly creates rules allowing traffic between them.
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1:
|
Issues when migrating from Shorewall 2.0.0 to Shorewall 2.0.1:
|
||||||
|
@ -289,7 +289,7 @@ packet_log() # $1 = number of messages
|
|||||||
sed s/" kernel:"// | \
|
sed s/" kernel:"// | \
|
||||||
sed s/" $host $LOGFORMAT"/" "/ | \
|
sed s/" $host $LOGFORMAT"/" "/ | \
|
||||||
sed s/" $host kernel: ipt_unclean: "/" "/ | \
|
sed s/" $host kernel: ipt_unclean: "/" "/ | \
|
||||||
sed 's/MAC=.*SRC=/SRC=/' | \
|
sed 's/MAC=.* SRC=/SRC=/' | \
|
||||||
tail $options
|
tail $options
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user