summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNephiaust <nephi.aust@gmail.com>2020-05-10 19:17:29 +0930
committerGitHub <noreply@github.com>2020-05-10 19:17:29 +0930
commitedcd9098c5ae0d052a86a693939e5fc8fc1441f9 (patch)
tree6f35ee83f1228cec30a6c3100773147217306895
parentda802e30d5bad1fba8a16921438a787b872fe092 (diff)
downloadvyos-documentation-edcd9098c5ae0d052a86a693939e5fc8fc1441f9.tar.gz
vyos-documentation-edcd9098c5ae0d052a86a693939e5fc8fc1441f9.zip
Fix of sample firewall rules for ESP
Removed unneeded option "set firewall name OUTSIDE-LOCAL rule 40 destination port '50'" as committing with this rule will throw error + ESP doesnt have a direct destination port number
-rw-r--r--docs/vpn/l2tp.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/vpn/l2tp.rst b/docs/vpn/l2tp.rst
index a91399e2..64223475 100644
--- a/docs/vpn/l2tp.rst
+++ b/docs/vpn/l2tp.rst
@@ -39,7 +39,6 @@ Example:
.. code-block:: none
set firewall name OUTSIDE-LOCAL rule 40 action 'accept'
- set firewall name OUTSIDE-LOCAL rule 40 destination port '50'
set firewall name OUTSIDE-LOCAL rule 40 protocol 'esp'
set firewall name OUTSIDE-LOCAL rule 41 action 'accept'
set firewall name OUTSIDE-LOCAL rule 41 destination port '500'