diff options
author | currite <sll@disroot.org> | 2020-09-18 01:44:16 +0200 |
---|---|---|
committer | currite <sll@disroot.org> | 2020-09-18 01:44:16 +0200 |
commit | f9cfad8e8fe0e807488b56c8cd55595da7d61c28 (patch) | |
tree | ff953f17c4b743e14f2a12ea32a7ff0c77773383 | |
parent | 0393c23f6e150315896a8bce49b4a15e406125fc (diff) | |
download | vyos-documentation-f9cfad8e8fe0e807488b56c8cd55595da7d61c28.tar.gz vyos-documentation-f9cfad8e8fe0e807488b56c8cd55595da7d61c28.zip |
nptv6: replace outside-interface command with outbound-interface command
-rw-r--r-- | docs/nptv6.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/nptv6.rst b/docs/nptv6.rst index dc725a03..f4e08325 100644 --- a/docs/nptv6.rst +++ b/docs/nptv6.rst @@ -45,10 +45,10 @@ NPTv6 support has been added in VyOS 1.2 (Crux) and is available through .. code-block:: none set rule 10 source prefix 'fc00:dead:beef::/48' - set rule 10 outside-interface 'eth1' + set rule 10 outbound-interface 'eth1' set rule 10 translation prefix '2001:db8:e1::/48' set rule 20 source prefix 'fc00:dead:beef::/48' - set rule 20 outside-interface 'eth2' + set rule 20 outbound-interface 'eth2' set rule 20 translation prefix '2001:db8:e2::/48' Resulting in the following ip6tables rules: |