From 2221e2a9f269e770e7c3b6c42ec2e2729d58c36d Mon Sep 17 00:00:00 2001 From: aapostoliuk <108394744+aapostoliuk@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:04:17 +0200 Subject: dmvpn: Fixed typos in networks (#1742) Fixed typos in networks --- docs/configexamples/dmvpn-dualhub-dualcloud.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configexamples/dmvpn-dualhub-dualcloud.rst b/docs/configexamples/dmvpn-dualhub-dualcloud.rst index eb34d7e8..5a789647 100644 --- a/docs/configexamples/dmvpn-dualhub-dualcloud.rst +++ b/docs/configexamples/dmvpn-dualhub-dualcloud.rst @@ -82,7 +82,7 @@ __________________ The next step is to configure the NHRP protocol. In a Dual cloud network, every HUB has to be configured with one GRE multipoint tunnel interface and every spoke has to be configured with two tunnel interfaces, one tunnel to each hub. -In this example tunnel networks are 10.100.100.0/32 for the first cloud and 10.100.100.0/32 for the second cloud. +In this example tunnel networks are 10.100.100.0/24 for the first cloud and 10.100.101.0/24 for the second cloud. But VyOS uses FRR for NHRP, that is why the tunnel address mask must be /32. HUB-1 -- cgit v1.2.3