macro.TFTP: update macro header and description

Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
Tuomo Soini 2016-02-15 18:20:40 +02:00
parent aee6f9faa2
commit a9e354cec8

View File

@ -1,15 +1,11 @@
# #
# Shorewall - TFTP Macro # Shorewall -- /usr/share/shorewall/macro.TFTP
# #
# /usr/share/shorewall/macro.TFTP # This macro handles Trivial File Transfer Protocol (TFTP)
# # Because TFTP lacks all security you should not enable it over Internet.
# This macro handles Trivial File Transfer Protocol (TFTP)
# Because TFTP lacks all security you should not enable it over
# Internet.
# #
############################################################################### ###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/ #ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
# PORT(S) PORT(S) DEST LIMIT GROUP
?if ( __CT_TARGET && ! $AUTOHELPERS && __TFTP_HELPER ) ?if ( __CT_TARGET && ! $AUTOHELPERS && __TFTP_HELPER )
PARAM - - udp 69 { helper=tftp } PARAM - - udp 69 { helper=tftp }