diff options
Diffstat (limited to 'docs/vpn/site2site_ipsec.rst')
-rw-r--r-- | docs/vpn/site2site_ipsec.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/vpn/site2site_ipsec.rst b/docs/vpn/site2site_ipsec.rst index ac410d52..8e0f257b 100644 --- a/docs/vpn/site2site_ipsec.rst +++ b/docs/vpn/site2site_ipsec.rst @@ -225,8 +225,9 @@ Imagine the following topology IPSec IKEv2 site2site VPN (source ./draw.io/vpn_s2s_ikev2.drawio) -.. note:: Don't get confused about the used /31 tunnel subnet. RFC3031_ gives - you additional information for using /31 subnets on point-to-point links. +.. note:: Don't get confused about the used /31 tunnel subnet. :rfc:`3031` + gives you additional information for using /31 subnets on point-to-point + links. **left** @@ -295,5 +296,3 @@ Imagine the following topology set vpn ipsec site-to-site peer 172.18.201.10 local-address '172.18.202.10' set vpn ipsec site-to-site peer 172.18.201.10 vti bind 'vti10' set vpn ipsec site-to-site peer 172.18.201.10 vti esp-group 'ESP_DEFAULT' - -.. _RFC3031: https://tools.ietf.org/html/rfc3021 |