mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
b6a7723c05
Signed-off-by: Tom Eastep <teastep@shorewall.net>
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
#
|
|
# Shorewall version 4 - DHCPfwd Macro
|
|
#
|
|
# /usr/share/shorewall/macro.DHCPfwd
|
|
#
|
|
# This macro (bidirectional) handles forwarded DHCP traffic
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
|
PARAM - - udp 67:68 67:68 # DHCP
|
|
PARAM DEST SOURCE udp 67:68 67:68 # DHCP
|