diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-17 20:20:16 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-17 20:20:16 +0100 |
commit | 73edff0a21f8486a2c416537b72dda60c1885462 (patch) | |
tree | f94a3e0a545abfe2628cc82255790ddd7c4e5b77 /docs/nat.rst | |
parent | 4e3fd8b583b17eb1a83681e35bea72b414d30b2e (diff) | |
download | vyos-documentation-73edff0a21f8486a2c416537b72dda60c1885462.tar.gz vyos-documentation-73edff0a21f8486a2c416537b72dda60c1885462.zip |
Replace all RFC links with proper :rfc: syntax
Diffstat (limited to 'docs/nat.rst')
-rw-r--r-- | docs/nat.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/nat.rst b/docs/nat.rst index d20995d4..1c9408b9 100644 --- a/docs/nat.rst +++ b/docs/nat.rst @@ -266,11 +266,11 @@ one external interface: Firewall rules are written as normal, using the internal IP address as the source of outbound rules and the destination of inbound rules. -NPTv6 (RFC6296) ---------------- +NPTv6 +----- NPTv6 stands for Network Prefix Translation. It's a form of NAT for IPv6. It's -described in RFC6296_. NPTv6 is supported in linux kernel since version 3.13. +described in :rfc:`6296`. NPTv6 is supported in linux kernel since version 3.13. Usage ^^^^^ @@ -469,7 +469,4 @@ Start by checking for IPSec SAs (Security Associations) with: That looks good - we defined 2 tunnels and they're both up and running. - - -.. _RFC6296: https://tools.ietf.org/html/rfc6296 .. _ULAs: http://en.wikipedia.org/wiki/Unique_local_address |