From be69070e2449d8437a2fe0cde82c501edc8c19ad Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 4 Aug 2022 21:15:38 +0200 Subject: bgp: T4257: changing BGP "local-as" to "system-as" --- docs/configexamples/bgp-ipv6-unnumbered.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configexamples/bgp-ipv6-unnumbered.rst') diff --git a/docs/configexamples/bgp-ipv6-unnumbered.rst b/docs/configexamples/bgp-ipv6-unnumbered.rst index d8965b6b..f7a530d8 100644 --- a/docs/configexamples/bgp-ipv6-unnumbered.rst +++ b/docs/configexamples/bgp-ipv6-unnumbered.rst @@ -15,7 +15,7 @@ Configuration .. code-block:: none - set protocols bgp local-as 64496 + set protocols bgp system-as 64496 set protocols bgp address-family ipv4-unicast redistribute connected set protocols bgp address-family ipv6-unicast redistribute connected set protocols bgp neighbor eth1 interface v6only @@ -35,7 +35,7 @@ Configuration .. code-block:: none - set protocols bgp local-as 64499 + set protocols bgp system-as 64499 set protocols bgp address-family ipv4-unicast redistribute connected set protocols bgp address-family ipv6-unicast redistribute connected set protocols bgp neighbor eth1 interface v6only -- cgit v1.2.3