diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-09 11:40:41 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-09 11:40:41 +0200 |
commit | 2fcbd6315077d0a9d8c5d261e768282485d31ce6 (patch) | |
tree | 5fe859c7f2b2e843380ec9d898fa63f261599836 /interface-definitions/system-ip.xml.in | |
parent | 07a4920b17c3741b50ffcb596d4433b54f7e529e (diff) | |
download | vyos-1x-2fcbd6315077d0a9d8c5d261e768282485d31ce6.tar.gz vyos-1x-2fcbd6315077d0a9d8c5d261e768282485d31ce6.zip |
ip: T4517: drop forwarding from CLI "system ip disable-directed-broadcast-forwarding"
Diffstat (limited to 'interface-definitions/system-ip.xml.in')
-rw-r--r-- | interface-definitions/system-ip.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/system-ip.xml.in b/interface-definitions/system-ip.xml.in index 75fe1c20a..e00dbf252 100644 --- a/interface-definitions/system-ip.xml.in +++ b/interface-definitions/system-ip.xml.in @@ -23,7 +23,7 @@ <valueless/> </properties> </leafNode> - <leafNode name="disable-directed-broadcast-forwarding"> + <leafNode name="disable-directed-broadcast"> <properties> <help>Disable IPv4 directed broadcast forwarding on all interfaces</help> <valueless/> |