summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2020-05-10 17:05:56 +0700
committerGitHub <noreply@github.com>2020-05-10 17:05:56 +0700
commitc3e4a1754729673663de582413d48cf66953b0cf (patch)
tree6f35ee83f1228cec30a6c3100773147217306895
parentda802e30d5bad1fba8a16921438a787b872fe092 (diff)
parentedcd9098c5ae0d052a86a693939e5fc8fc1441f9 (diff)
downloadvyos-documentation-c3e4a1754729673663de582413d48cf66953b0cf.tar.gz
vyos-documentation-c3e4a1754729673663de582413d48cf66953b0cf.zip
Merge pull request #248 from Nephiaust/patch-1
Fix of sample firewall rules for ESP
-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'