summaryrefslogtreecommitdiff
path: root/docs/configuration/vpn
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-02-26 08:15:53 +0100
committerChristian Breunig <christian@breunig.cc>2023-02-26 08:15:58 +0100
commitf5e141d71801b9cbbeb0e7bcf6abd0cb29d98740 (patch)
tree38eb95f7d4c60d8f513101d3ebbf0d5a89f82898 /docs/configuration/vpn
parent0992a6a4fba3d0e6b291c46c809886b034492a41 (diff)
downloadvyos-documentation-f5e141d71801b9cbbeb0e7bcf6abd0cb29d98740.tar.gz
vyos-documentation-f5e141d71801b9cbbeb0e7bcf6abd0cb29d98740.zip
tunnel: T5034: migrate "multicast enable" CLI node to enable-multicast
Diffstat (limited to 'docs/configuration/vpn')
-rw-r--r--docs/configuration/vpn/dmvpn.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/vpn/dmvpn.rst b/docs/configuration/vpn/dmvpn.rst
index 66fc79da..6680d46a 100644
--- a/docs/configuration/vpn/dmvpn.rst
+++ b/docs/configuration/vpn/dmvpn.rst
@@ -191,7 +191,7 @@ Hub
set interfaces tunnel tun100 address '172.16.253.134/29'
set interfaces tunnel tun100 encapsulation 'gre'
set interfaces tunnel tun100 local-ip '192.0.2.1'
- set interfaces tunnel tun100 multicast 'enable'
+ set interfaces tunnel tun100 enable-multicast
set interfaces tunnel tun100 parameters ip key '1'
set protocols nhrp tunnel tun100 cisco-authentication 'secret'
@@ -298,7 +298,7 @@ VyOS can also run in DMVPN spoke mode.
set interfaces tunnel tun100 address '172.16.253.133/29'
set interfaces tunnel tun100 local-ip 0.0.0.0
set interfaces tunnel tun100 encapsulation 'gre'
- set interfaces tunnel tun100 multicast 'enable'
+ set interfaces tunnel tun100 enable-multicast
set interfaces tunnel tun100 parameters ip key '1'
set protocols nhrp tunnel tun100 cisco-authentication 'secret'