diff options
author | Yuxiang Zhu <vfreex@gmail.com> | 2022-07-12 22:55:43 +0800 |
---|---|---|
committer | Yuxiang Zhu <vfreex@gmail.com> | 2022-07-12 23:02:19 +0800 |
commit | 2fadd2febf36b867d1b6d66a1cf5d09a5f4219f2 (patch) | |
tree | 678171814212011d15749d356da21ff73a875b73 /docs/configuration/system | |
parent | 8d43ee1dbfe3436c1b8e8f4300e8cb112d7d7920 (diff) | |
download | vyos-documentation-2fadd2febf36b867d1b6d66a1cf5d09a5f4219f2.tar.gz vyos-documentation-2fadd2febf36b867d1b6d66a1cf5d09a5f4219f2.zip |
Add directed broadcast forwarding documentation
Diffstat (limited to 'docs/configuration/system')
-rw-r--r-- | docs/configuration/system/ip.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/ip.rst index 78aeef4e..f36cf9f5 100644 --- a/docs/configuration/system/ip.rst +++ b/docs/configuration/system/ip.rst @@ -9,6 +9,15 @@ System configuration commands Use this command to disable IPv4 forwarding on all interfaces. +.. cfgcmd:: set system ip disable-directed-broadcast-forwarding + + Use this command to disable IPv4 directed broadcast forwarding on all + interfaces. + + If set, IPv4 directed broadcast forwarding will be completely disabled + regardless of whether per-interface directed broadcast forwarding is + enabled or not. + .. cfgcmd:: set system ip arp table-size <number> Use this command to define the maximum number of entries to keep in @@ -67,4 +76,4 @@ And the different IPv4 **reset** commands available: bgp Clear Border Gateway Protocol (BGP) statistics or status igmp IGMP clear commands multicast IP multicast routing table - route Reset IP route
\ No newline at end of file + route Reset IP route |