mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
569729014b
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8144 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
15 lines
448 B
Plaintext
15 lines
448 B
Plaintext
#
|
|
# Shorewall version 4 - L2TP Macro
|
|
#
|
|
# /usr/share/shorewall/macro.L2TP
|
|
#
|
|
# This macro (bidirectional) handles Layer 2 Tunneling Protocol traffic
|
|
# (RFC 2661)
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
|
PARAM - - udp 1701 # L2TP
|
|
PARAM DEST SOURCE udp 1701 # L2TP
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|