diff options
author | Christian Breunig <christian@breunig.cc> | 2024-08-04 16:18:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-04 16:18:11 +0200 |
commit | 828caaac110b2171071057d8c8039568f5394523 (patch) | |
tree | 9ccff7e425fbc0471db399a90c4a27e681dfd008 /docs/configuration/firewall/global-options.rst | |
parent | 6b2069ebb2ebaa97abe86ad22a4fbbddbb36723b (diff) | |
parent | 014e88d74f21ec2a6e9ec591c94d56d084f0e3ec (diff) | |
download | vyos-documentation-828caaac110b2171071057d8c8039568f5394523.tar.gz vyos-documentation-828caaac110b2171071057d8c8039568f5394523.zip |
Merge pull request #1512 from nicolas-fort/T4072-fwall-bri-docs
Extend firewall bridge documentation
Diffstat (limited to 'docs/configuration/firewall/global-options.rst')
-rw-r--r-- | docs/configuration/firewall/global-options.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/firewall/global-options.rst b/docs/configuration/firewall/global-options.rst index 87fb755d..60addbe9 100644 --- a/docs/configuration/firewall/global-options.rst +++ b/docs/configuration/firewall/global-options.rst @@ -53,6 +53,11 @@ Configuration addressed to itself at all, no matter where it comes from or whether more specific rules are being applied to accept them. +.. cfgcmd:: set firewall global-options apply-to-bridged-traffic [ipv4 | ipv6] + + Use these commands to also use IPv4, or IPv6 firewall rules for bridged + traffic + .. cfgcmd:: set firewall global-options broadcast-ping [enable | disable] This setting enables or disables the response to icmp broadcast |