testing: The dhcp plugin uses the DHCP client port again by default
This reverts parts of commitbecf027cd9. Fixes:707b70725a("dhcp: Only use DHCP server port if explicitly configured")
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
-P OUTPUT DROP
|
||||
-P FORWARD DROP
|
||||
|
||||
# allow bootps (in relay mode also in OUTPUT)
|
||||
-A OUTPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
# allow bootpc and bootps
|
||||
-A OUTPUT -p udp --sport bootpc --dport bootps -j ACCEPT
|
||||
-A INPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
|
||||
# allow broadcasts from eth1
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
-P OUTPUT DROP
|
||||
-P FORWARD DROP
|
||||
|
||||
# allow bootps (in relay mode also in OUTPUT)
|
||||
-A OUTPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
# allow bootpc and bootps
|
||||
-A OUTPUT -p udp --sport bootpc --dport bootps -j ACCEPT
|
||||
-A INPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
|
||||
# allow broadcasts from eth1
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
-P OUTPUT DROP
|
||||
-P FORWARD DROP
|
||||
|
||||
# allow bootps (in relay mode also in OUTPUT)
|
||||
-A OUTPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
# allow bootpc and bootps
|
||||
-A OUTPUT -p udp --sport bootpc --dport bootps -j ACCEPT
|
||||
-A INPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
|
||||
# allow broadcasts from eth1
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
-P OUTPUT DROP
|
||||
-P FORWARD DROP
|
||||
|
||||
# allow bootps (in relay mode also in OUTPUT)
|
||||
-A OUTPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
# allow bootpc and bootps
|
||||
-A OUTPUT -p udp --sport bootpc --dport bootps -j ACCEPT
|
||||
-A INPUT -p udp --sport bootps --dport bootps -j ACCEPT
|
||||
|
||||
# allow broadcasts from eth1
|
||||
|
||||
Reference in New Issue
Block a user