<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/version/bgp-version.xml.i, branch fix/T8955-http-api-verify-tls</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=fix%2FT8955-http-api-verify-tls</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=fix%2FT8955-http-api-verify-tls'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-10-06T16:03:39+00:00</updated>
<entry>
<title>Revert "bgp: T7760: deprecate per bgp vrf instance system-as node"</title>
<updated>2025-10-06T16:03:39+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-10-06T15:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bc73a4f7452434f25119267129f337640d8a959c'/>
<id>urn:sha1:bc73a4f7452434f25119267129f337640d8a959c</id>
<content type='text'>
This reverts commit d871fe9c4c65de87232802ed54b263c9b2824391.
</content>
</entry>
<entry>
<title>Revert "bgp: T7760: remove per vrf instance system-as node"</title>
<updated>2025-10-06T15:48:48+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-10-06T15:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d238a582e47e89c12b34b010a6a02a07f5099819'/>
<id>urn:sha1:d238a582e47e89c12b34b010a6a02a07f5099819</id>
<content type='text'>
This reverts commit 85fe32f0e1a91a47fe4a6d4a5cdd6ac516dcc3b9.
</content>
</entry>
<entry>
<title>bgp: T7760: remove per vrf instance system-as node</title>
<updated>2025-09-09T15:59:58+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-09-09T15:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=85fe32f0e1a91a47fe4a6d4a5cdd6ac516dcc3b9'/>
<id>urn:sha1:85fe32f0e1a91a47fe4a6d4a5cdd6ac516dcc3b9</id>
<content type='text'>
VyOS 1.5 and onwards will no longer have the following CLI node available:
  set vrf name &lt;name&gt; protocols bgp system-as &lt;asn&gt;
</content>
</entry>
<entry>
<title>bgp: T7760: deprecate per bgp vrf instance system-as node</title>
<updated>2025-09-09T15:58:26+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-08-28T12:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d871fe9c4c65de87232802ed54b263c9b2824391'/>
<id>urn:sha1:d871fe9c4c65de87232802ed54b263c9b2824391</id>
<content type='text'>
Originating from the bug in T7665. To avoid potential issues down the line - and
given that there's no compelling technical reason to retain the system-as CLI
node under per-VRF BGP configuration, which cannot be achieved through
alternative means - the maintainers have collectively decided to deprecate the
following command:

set vrf name &lt;name&gt; protocols bgp system-as &lt;asn&gt;

Starting with VyOS 1.4.4, this CLI command will be considered deprecated. While
it will still be accepted, it will no longer have any operational effect. A
deprecation warning will be displayed at commit time, indicating that the BGP
ASN from the global BGP configuration is now used instead.

A migration script will handle the transition and perform the following actions:
* Ensure a global BGP configuration exists; if not, initialize one.
* Iterate over all configured VRFs to determine whether a BGP instance exists
* For any insance, update the configuration to use the global system-as
  and apply the local-as ASN no-prepend replace-as option on all affected
  neighbors to preserve existing behavior.
* If a neighbor is already configured with a local-as directive, that neighbor
  will be excluded from the migration process, as it already follows a custom
  configuration.
* Add allowas-in per neighbor option. Required to not deny prefix received
  updates due to as-path contains our own global ASN.
</content>
</entry>
<entry>
<title>bgp: T7163: add CLI route-map and metric support for "redistribute table"</title>
<updated>2025-02-13T19:39:54+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-02-13T19:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6ab9de170c7a4ad51b60ed0c576db25831ce745a'/>
<id>urn:sha1:6ab9de170c7a4ad51b60ed0c576db25831ce745a</id>
<content type='text'>
* set protocols bgp address-family &lt;ipv4-unicast|ipv6-unicast&gt; redistribute
  table &lt;n&gt; [metric &lt;n&gt;] [route-map &lt;name&gt;]
</content>
</entry>
<entry>
<title>bgp: T5930: Denied using rt vpn 'export/import' with 'both' together</title>
<updated>2024-02-01T10:18:50+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-02-01T09:55:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=32a13411f47beffcbe4b49a869c99cb42374d729'/>
<id>urn:sha1:32a13411f47beffcbe4b49a869c99cb42374d729</id>
<content type='text'>
Denied using command 'route-target vpn export/import'
with 'both' together in bgp configuration.
</content>
</entry>
<entry>
<title>T5150: migrate CLI configs to new Kernel/Zebra route-map support</title>
<updated>2023-04-13T07:01:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-12T19:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7d642a2862dcd0c7c2f80ac42ea9427970804d06'/>
<id>urn:sha1:7d642a2862dcd0c7c2f80ac42ea9427970804d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bgp: T4257: Changing BGP "local-as" to "system-as"</title>
<updated>2022-07-30T19:45:12+00:00</updated>
<author>
<name>Cheeze_It</name>
<email>none@none.com</email>
</author>
<published>2022-07-20T01:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=967c53e2f3e4a7ae36577ba28dd60046909224dc'/>
<id>urn:sha1:967c53e2f3e4a7ae36577ba28dd60046909224dc</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>xml: T3474: add component version include files</title>
<updated>2022-02-16T22:26:25+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2022-02-16T17:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3795fdba8edf8e81298370d6cd8d81a779ae2997'/>
<id>urn:sha1:3795fdba8edf8e81298370d6cd8d81a779ae2997</id>
<content type='text'>
Add the include files containing the syntaxVersion element defining the
version of the respective component; these files are included by the top
level file 'xml-component-versions.xml.in'. Processing of these elements
was previously added to the python xml lib in commit 40f5359d. This will
replace the use of 'curver_DATA' in vyatta-cfg-system and other legacy
packages.
</content>
</entry>
</feed>
