diff options
author | Nicolás Fort <95703796+nicolas-fort@users.noreply.github.com> | 2022-04-30 12:52:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 12:52:21 -0300 |
commit | 59d887b36295991947060b28615f2fd316b96fb0 (patch) | |
tree | 36427098cb737fd89cd9bf9b6731578eb22ba692 /docs/configuration | |
parent | afe238a8b94bcc4bc9d44d49f7c0d2eef23d7392 (diff) | |
download | vyos-documentation-59d887b36295991947060b28615f2fd316b96fb0.tar.gz vyos-documentation-59d887b36295991947060b28615f2fd316b96fb0.zip |
Remove note on firewall group
Firewall groups can't be used on nat. Deleting note that says this is possible.
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/firewall/index.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/configuration/firewall/index.rst b/docs/configuration/firewall/index.rst index d52d6f2a..954f20cf 100644 --- a/docs/configuration/firewall/index.rst +++ b/docs/configuration/firewall/index.rst @@ -154,8 +154,6 @@ either a source or destination. Members can be added or removed from a group without changes to, or the need to reload, individual firewall rules. -.. note:: Groups can also be referenced by NAT configuration. - Groups need to have unique names. Even though some contain IPv4 addresses and others contain IPv6 addresses, they still need to have unique names, so you may want to append "-v4" or "-v6" to your group |