diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 7af5cdb71..d043d0c05 100644 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -6,6 +6,8 @@ Changes in Shorewall 4.3.11 3) Add 'findgw' user exit. +4) Add macro.Trcrt + Changes in Shorewall 4.3.10 1) Fix handling of shared optional providers. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index d861f9b8c..92ece5577 100644 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -147,7 +147,10 @@ None. fi The same code works on Ubuntu Jaunty if you replace '.leases' with - '.lease' (don't you just love the consistency between distributions?). + '.lease' (don't you just love the consistency between + distributions?). + +3) An IPV6 'Trcrt' macro has been added. ---------------------------------------------------------------------------- N E W F E A T U R E S IN 4 . 3 diff --git a/Shorewall6/macro.Trcrt b/Shorewall6/macro.Trcrt new file mode 100644 index 000000000..361e60c66 --- /dev/null +++ b/Shorewall6/macro.Trcrt @@ -0,0 +1,13 @@ +# +# Shorewall version 4 -Trcrt Macro +# +# /usr/share/shorewall/macro.Trcrt +# +# This macro handles Traceroute (for up to 30 hops). +# +############################################################################### +#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/ +# PORT(S) PORT(S) LIMIT GROUP +PARAM - - udp 33434:33524 # UDP Traceroute +PARAM - - ipv6-icmp 128 # ICMP Traceroute +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE