diff options
author | Ganawa Juanah <ganawa@juanah.com> | 2022-10-08 16:23:59 -0500 |
---|---|---|
committer | Ganawa Juanah <ganawa@juanah.com> | 2022-10-08 16:23:59 -0500 |
commit | 80dc663e5d67e51c7835db299db67e1fcb81bb85 (patch) | |
tree | bf0ce465274259754e0320b09f3da22b23966338 /docs/configuration/firewall | |
parent | 8f9aa4476d8ea71b128855a52e640e3aea782928 (diff) | |
download | vyos-documentation-80dc663e5d67e51c7835db299db67e1fcb81bb85.tar.gz vyos-documentation-80dc663e5d67e51c7835db299db67e1fcb81bb85.zip |
firewall: correct typo
Diffstat (limited to 'docs/configuration/firewall')
-rw-r--r-- | docs/configuration/firewall/general.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/firewall/general.rst b/docs/configuration/firewall/general.rst index 7edd9e64..8e093c1d 100644 --- a/docs/configuration/firewall/general.rst +++ b/docs/configuration/firewall/general.rst @@ -601,7 +601,7 @@ A Rule-Set can be applied to every interface: set firewall interface eth1.100 in name LANv4-IN set firewall interface eth1.100 out name LANv4-OUT set firewall interface bond0 in name LANv4-IN - set firewall interfac vtun1 in name LANv4-IN + set firewall interface vtun1 in name LANv4-IN .. note:: As you can see in the example here, you can assign the same rule-set to |