diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-05-10 17:05:56 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 17:05:56 +0700 |
commit | c3e4a1754729673663de582413d48cf66953b0cf (patch) | |
tree | 6f35ee83f1228cec30a6c3100773147217306895 | |
parent | da802e30d5bad1fba8a16921438a787b872fe092 (diff) | |
parent | edcd9098c5ae0d052a86a693939e5fc8fc1441f9 (diff) | |
download | vyos-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.rst | 1 |
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' |