diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-04-15 14:15:14 +0000 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-04-15 14:15:14 +0000 |
commit | 76dcecafca977b640dd16d8e68c4a050ca1af4fb (patch) | |
tree | af1f1623135cefad3812319f31c9317ecc72d702 /interface-definitions/system_ip.xml.in | |
parent | a6ccf358c7148781be438c4a2f89468ebfe5d48f (diff) | |
download | vyos-1x-76dcecafca977b640dd16d8e68c4a050ca1af4fb.tar.gz vyos-1x-76dcecafca977b640dd16d8e68c4a050ca1af4fb.zip |
T5535: firewall: migrate command <set system ip disable-directed-broadcast> to firewall global-optinos
Diffstat (limited to 'interface-definitions/system_ip.xml.in')
-rw-r--r-- | interface-definitions/system_ip.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/interface-definitions/system_ip.xml.in b/interface-definitions/system_ip.xml.in index 015eb270f..b4b5092fe 100644 --- a/interface-definitions/system_ip.xml.in +++ b/interface-definitions/system_ip.xml.in @@ -23,12 +23,6 @@ <valueless/> </properties> </leafNode> - <leafNode name="disable-directed-broadcast"> - <properties> - <help>Disable IPv4 directed broadcast forwarding on all interfaces</help> - <valueless/> - </properties> - </leafNode> <node name="multipath"> <properties> <help>IPv4 multipath settings</help> |