diff options
| author | Robert Göhler <github@ghlr.de> | 2022-07-12 20:16:50 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-12 20:16:50 +0200 | 
| commit | 4ae196df9e10bdb672956660a11c225de102ccca (patch) | |
| tree | 678171814212011d15749d356da21ff73a875b73 /docs/configuration/system/ip.rst | |
| parent | 8d43ee1dbfe3436c1b8e8f4300e8cb112d7d7920 (diff) | |
| parent | 2fadd2febf36b867d1b6d66a1cf5d09a5f4219f2 (diff) | |
| download | vyos-documentation-4ae196df9e10bdb672956660a11c225de102ccca.tar.gz vyos-documentation-4ae196df9e10bdb672956660a11c225de102ccca.zip | |
Merge pull request #812 from vfreex/add-directed-broadcast
Add directed broadcast forwarding documentation
Diffstat (limited to 'docs/configuration/system/ip.rst')
| -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 | 
