diff options
author | srividya0208 <68350089+srividya0208@users.noreply.github.com> | 2025-06-26 14:42:41 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-26 10:12:41 +0100 |
commit | 711d71329f0e35cc78f39042deec02d0624ff00c (patch) | |
tree | 1956fd32c2933be39c541bb37b1772889ebee788 /docs/configexamples | |
parent | 1772d6700d1f71539595f0b93c1c27c897430599 (diff) | |
download | vyos-documentation-711d71329f0e35cc78f39042deec02d0624ff00c.tar.gz vyos-documentation-711d71329f0e35cc78f39042deec02d0624ff00c.zip |
Correction of firewall syntax in multiple pages (#1651)
Diffstat (limited to 'docs/configexamples')
-rw-r--r-- | docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst b/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst index 0f7c9daf..370cf9d6 100644 --- a/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst +++ b/docs/configexamples/autotest/tunnelbroker/tunnelbroker.rst @@ -208,9 +208,8 @@ Firewall ======== Finally, don't forget the :ref:`Firewall<configuration/firewall/index:Firewall>`. The usage is identical, except for -instead of `set firewall name NAME`, you would use `set firewall ipv6-name +instead of `set firewall ipv4 name NAME`, you would use `set firewall ipv6 name NAME`. -Similarly, to attach the firewall, you would use `set interfaces ethernet eth0 -firewall in ipv6-name` or `set firewall zone LOCAL from WAN firewall +Similarly, to attach the firewall, you would use `set firewall ipv6 name NAME rule N inbound-interface name eth0` or `set firewall zone LOCAL from WAN firewall ipv6-name`. |