diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-05 22:53:53 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-05 22:54:22 +0100 |
commit | 0ae01b4a1c6e6376b2db498618c65801a809e826 (patch) | |
tree | b2dbe35025eed7b4e85d2b64b083e703ba0ed948 /docs/configexamples/azure-vpn-dual-bgp.rst | |
parent | 0fa792f9365cc10c593bb672c32fff30bdbe437d (diff) | |
download | vyos-documentation-0ae01b4a1c6e6376b2db498618c65801a809e826.tar.gz vyos-documentation-0ae01b4a1c6e6376b2db498618c65801a809e826.zip |
vrf: static: T2450: adjust to new CLI syntax
Diffstat (limited to 'docs/configexamples/azure-vpn-dual-bgp.rst')
-rw-r--r-- | docs/configexamples/azure-vpn-dual-bgp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configexamples/azure-vpn-dual-bgp.rst b/docs/configexamples/azure-vpn-dual-bgp.rst index 13d4b5a2..0a48156c 100644 --- a/docs/configexamples/azure-vpn-dual-bgp.rst +++ b/docs/configexamples/azure-vpn-dual-bgp.rst @@ -129,8 +129,8 @@ Vyos configuration .. code-block:: none - set protocols static interface-route 10.0.0.4/32 next-hop-interface vti1 - set protocols static interface-route 10.0.0.5/32 next-hop-interface vti2 + set protocols static route 10.0.0.4/32 interface vti1 + set protocols static route 10.0.0.5/32 interface vti2 - Configure your BGP settings |