Add Traceroute Macro for IPv6

This commit is contained in:
Tom Eastep 2009-05-15 17:22:33 -07:00
parent 2524d1c949
commit 20805a6e46
3 changed files with 19 additions and 1 deletions

View File

@ -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.

View File

@ -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

13
Shorewall6/macro.Trcrt Normal file
View File

@ -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