diff options
-rw-r--r-- | docs/contributing/build-vyos.rst | 1 | ||||
-rw-r--r-- | docs/vpn/l2tp.rst | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 9f5fc76b..8d191a9f 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -80,7 +80,6 @@ interested in, this can be easily done by selecting the appropriate container image: * For VyOS 1.2 (crux) use ``vyos/vyos-build:crux`` -* For VyOS 1.3 (equuleus) use ``vyos/vyos-build:crux`` * For our VyOS rolling release you should use ``vyos/vyos-build`` which will always refer to the latest image. 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' |