diff options
author | Cheeze_It <none@none.com> | 2022-07-19 18:11:05 -0700 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2022-07-30 12:45:12 -0700 |
commit | 967c53e2f3e4a7ae36577ba28dd60046909224dc (patch) | |
tree | 3bf66863114f8f4b72be8e39c5d289e10c3e1007 /interface-definitions/include/version/bgp-version.xml.i | |
parent | f424d84f41791949a2ada417ecdd45a3b842799a (diff) | |
download | vyos-1x-967c53e2f3e4a7ae36577ba28dd60046909224dc.tar.gz vyos-1x-967c53e2f3e4a7ae36577ba28dd60046909224dc.zip |
bgp: T4257: Changing BGP "local-as" to "system-as"
bgp: T4257: Changing BGP "local-as" to "system-as"
This change is to change the global BGP name for the node "local-as" to "system-as"
This is needed so that there's less ambiguity with the local-as feature per neighbor.
bgp: T4257: Changing BGP "local-as" to "system-as"
bgp: T4257: Changing BGP "local-as" to "system-as"
This change is to change the global BGP name for the node "local-as" to "system-as"
This is needed so that there's less ambiguity with the local-as feature per neighbor.
Diffstat (limited to 'interface-definitions/include/version/bgp-version.xml.i')
-rw-r--r-- | interface-definitions/include/version/bgp-version.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/version/bgp-version.xml.i b/interface-definitions/include/version/bgp-version.xml.i index 15bc5abd4..ced49e729 100644 --- a/interface-definitions/include/version/bgp-version.xml.i +++ b/interface-definitions/include/version/bgp-version.xml.i @@ -1,3 +1,3 @@ <!-- include start from include/version/bgp-version.xml.i --> -<syntaxVersion component='bgp' version='2'></syntaxVersion> +<syntaxVersion component='bgp' version='3'></syntaxVersion> <!-- include end --> |