<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/bgp/neighbor-afi-ipv4-ipv6-common.xml.i, branch feature/T9082-codeql-cpp</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=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-02-07T20:01:27+00:00</updated>
<entry>
<title>bgp: T6024: add additional missing FRR features</title>
<updated>2024-02-07T20:01:27+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-02-07T20:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fff6004d46c5b939800fc3e61fe2102224625c0d'/>
<id>urn:sha1:fff6004d46c5b939800fc3e61fe2102224625c0d</id>
<content type='text'>
* set protocols bgp parameters labeled-unicast &lt;explicit-null | ipv4-explicit-null | ipv6-explicit-null&gt;
* set protocols bgp parameters allow-martian-nexthop
* set protocols bgp parameters no-hard-administrative-reset"
</content>
</entry>
<entry>
<title>xml: T5738: add constraint building block with alphanumeric, hypen, underscore and dot</title>
<updated>2024-01-03T16:22:59+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-03T16:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=82b4b2db8fda51df172210f470e5825b91e81de4'/>
<id>urn:sha1:82b4b2db8fda51df172210f470e5825b91e81de4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5576: Add BGP remove-private-as all option</title>
<updated>2023-09-13T10:10:24+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-13T10:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d72024b11e127cc11931cfaee4d07944dceb1ea9'/>
<id>urn:sha1:d72024b11e127cc11931cfaee4d07944dceb1ea9</id>
<content type='text'>
Add the ability to use the option all for remove-private-as.
Remove private ASNs in outbound updates.
all - Apply to all AS numbers

set protocols bgp neighbor &lt;tag&gt; address-family ipv4-unicast remove-private-as all
</content>
</entry>
<entry>
<title>xml: T4047: use full string match in the regex validator</title>
<updated>2022-04-29T17:51:50+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-29T17:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=80ecb1b7aaab47edeb355c3b74a763e940d88179'/>
<id>urn:sha1:80ecb1b7aaab47edeb355c3b74a763e940d88179</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bgp: xml: update as-override help string</title>
<updated>2022-04-18T08:47:11+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-18T08:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6840fa29b22548f84bc59137ccdde7ec0e4525a0'/>
<id>urn:sha1:6840fa29b22548f84bc59137ccdde7ec0e4525a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bgp: T3967: add support for conditional advertisement</title>
<updated>2021-12-12T12:47:00+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-12T11:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ebccc291865132d2dd03edd2a56d400dd087ef43'/>
<id>urn:sha1:ebccc291865132d2dd03edd2a56d400dd087ef43</id>
<content type='text'>
The BGP conditional advertisement feature uses the non-exist-map or the
exist-map and the advertise-map keywords of the neighbor advertise-map command
in order to track routes by the route prefix.

non-exist-map
=============
* If a route prefix is not present in the output of non-exist-map command, then
  advertise the route specified by the advertise-map command.

* If a route prefix is present in the output of non-exist-map command, then do
  not advertise the route specified by the addvertise-map command.

exist-map
=========
* If a route prefix is present in the output of exist-map command, then
  advertise the route specified by the advertise-map command.

* If a route prefix is not present in the output of exist-map command, then do
  not advertise the route specified by the advertise-map command.

This feature is useful when some prefixes are advertised to one of its peers
only if the information from the other peer is not present (due to failure in
peering session or partial reachability etc).

The conditional BGP announcements are sent in addition to the normal
announcements that a BGP router sends to its peer.

CLI nodes can be found under:
* set protocols bgp neighbor &lt;ip&gt; address-family &lt;afi&gt; conditional-advertisement
* set protocols bgp peer-group &lt;p&gt; address-family &lt;afi&gt; conditional-advertisement
</content>
</entry>
<entry>
<title>xml: bgp: rename afi-common.xml.i -&gt; neighbor-afi-ipv4-ipv6-common.xml.i</title>
<updated>2021-12-12T12:46:10+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-12T09:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c233c7e6d058f31283d7d0f2f924c35cd148ee5f'/>
<id>urn:sha1:c233c7e6d058f31283d7d0f2f924c35cd148ee5f</id>
<content type='text'>
</content>
</entry>
</feed>
