shorewall_code/Shorewall/Macros/macro.Rfc1918
Tuomo Soini cfe2b89e2d macro.Rfc1918: update macro header and description
Signed-off-by: Tuomo Soini <tis@foobar.fi>
2016-02-15 18:20:39 +02:00

11 lines
356 B
Plaintext

#
# Shorewall -- /usr/share/shorewall/macro.Rfc1918
#
# This macro handles SOURCE or ORIGDEST address reserved by RFC 1918.
#
###############################################################################
#ACTION SOURCE DEST
PARAM SOURCE:10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 DEST
PARAM SOURCE DEST { origdest=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 }