diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-04-15 14:15:14 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-04-15 14:41:29 +0000 |
commit | 67bc10841f088e4ccabc30b1442b43f8d5902f5e (patch) | |
tree | b098e58ffa76d254c9403d79997bb719f9b942cf /interface-definitions/system_ip.xml.in | |
parent | 8034e76f6b8d0813ad1a447935809efcd203be47 (diff) | |
download | vyos-1x-67bc10841f088e4ccabc30b1442b43f8d5902f5e.tar.gz vyos-1x-67bc10841f088e4ccabc30b1442b43f8d5902f5e.zip |
T5535: firewall: migrate command <set system ip disable-directed-broadcast> to firewall global-optinos
(cherry picked from commit 76dcecafca977b640dd16d8e68c4a050ca1af4fb)
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> |