diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-04 21:15:38 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-04 21:15:38 +0200 |
commit | be69070e2449d8437a2fe0cde82c501edc8c19ad (patch) | |
tree | 1f4617190c5347fbbc0d15bbe06a7e52effe4b87 /docs/configexamples/azure-vpn-bgp.rst | |
parent | 30ea3e8f98970ce8165d6dcdfd26bb2ccaa0ef0e (diff) | |
download | vyos-documentation-be69070e2449d8437a2fe0cde82c501edc8c19ad.tar.gz vyos-documentation-be69070e2449d8437a2fe0cde82c501edc8c19ad.zip |
bgp: T4257: changing BGP "local-as" to "system-as"
Diffstat (limited to 'docs/configexamples/azure-vpn-bgp.rst')
-rw-r--r-- | docs/configexamples/azure-vpn-bgp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/azure-vpn-bgp.rst b/docs/configexamples/azure-vpn-bgp.rst index 7dc2f332..11d5a78b 100644 --- a/docs/configexamples/azure-vpn-bgp.rst +++ b/docs/configexamples/azure-vpn-bgp.rst @@ -122,7 +122,7 @@ Vyos configuration .. code-block:: none - set protocols bgp local-as 64499 + set protocols bgp system-as 64499 set protocols bgp neighbor 10.0.0.4 remote-as '65540' set protocols bgp neighbor 10.0.0.4 address-family ipv4-unicast soft-reconfiguration 'inbound' set protocols bgp neighbor 10.0.0.4 timers holdtime '30' |