<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/frr, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-09-26T18:17:32+00:00</updated>
<entry>
<title>rpki: T2044: add to daemons Jinja2 template</title>
<updated>2023-09-26T18:17:32+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-26T18:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d0d48cde5097f96de709cdcf9ce090ebcd05cb81'/>
<id>urn:sha1:d0d48cde5097f96de709cdcf9ce090ebcd05cb81</id>
<content type='text'>
This is a combined backport of commits:

* a4aad1120 - frr: T5591: hint about daemons that always run and can't be disabled
* d9d2b2b96 - frr: T5591: cleanup of daemons file
* 40503a9d7 - T2044: RPKI doesn't boot properly
</content>
</entry>
<entry>
<title>Merge pull request #2291 from vyos/mergify/bp/sagitta/pr-2284</title>
<updated>2023-09-22T04:17:34+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-22T04:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e0ce69365f46db5339144cb27bff6b3dd5924871'/>
<id>urn:sha1:e0ce69365f46db5339144cb27bff6b3dd5924871</id>
<content type='text'>
bgp: T5596: add new features from FRR 9 (backport #2284)</content>
</entry>
<entry>
<title>bgp: T5596: add new features from FRR 9</title>
<updated>2023-09-19T16:49:34+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-18T19:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7f08523bb7c59e41f88db10b0892f9103ea09cdd'/>
<id>urn:sha1:7f08523bb7c59e41f88db10b0892f9103ea09cdd</id>
<content type='text'>
* Add BGP Software Version capability (draft-abraitis-bgp-version-capability)
  set protocols bgp neighbor 192.0.2.1 capability software-version

* Add BGP neighbor path-attribute treat-as-withdraw command
  set protocols bgp neighbor 192.0.2.1 path-attribute treat-as-withdraw

(cherry picked from commit d285355716708a46767c18661976906812da8a3c)
</content>
</entry>
<entry>
<title>isis: T5597: add new features from FRR 9</title>
<updated>2023-09-19T16:49:33+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-18T19:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=42b06ec46f3caf95be3550b32531abc58d07fec9'/>
<id>urn:sha1:42b06ec46f3caf95be3550b32531abc58d07fec9</id>
<content type='text'>
* Add support for IS-IS advertise-high-metrics
  set protocols isis advertise-high-metrics

* Add support for IS-IS advertise-passive-only
  set protocols isis advertise-passive-only

(cherry picked from commit f7d35c15256ea74ab32c9b978a5c6fdbd659a7a0)
</content>
</entry>
<entry>
<title>frr: T2472: disable eigrp daemon</title>
<updated>2023-09-16T06:42:26+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-16T06:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=a8036a3867fe81c1b06f89f7f5441ff2c9cfa7c4'/>
<id>urn:sha1:a8036a3867fe81c1b06f89f7f5441ff2c9cfa7c4</id>
<content type='text'>
There is no EIGRP support in VyOS 1.4/sagitta
</content>
</entry>
<entry>
<title>T5576: Add BGP remove-private-as all option</title>
<updated>2023-09-13T17:18:03+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/marekm72/vyos-1x.git/commit/?id=84e245a712507013c4a4f4fcf3b0448b40221f86'/>
<id>urn:sha1:84e245a712507013c4a4f4fcf3b0448b40221f86</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

(cherry picked from commit d72024b11e127cc11931cfaee4d07944dceb1ea9)
</content>
</entry>
<entry>
<title>T5543: IGMP: fix source address handling in static joins</title>
<updated>2023-09-03T11:27:54+00:00</updated>
<author>
<name>Yuxiang Zhu</name>
<email>vfreex@gmail.com</email>
</author>
<published>2023-09-03T11:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=630d40046b4fd1b58060c42a075e19d870ac69ba'/>
<id>urn:sha1:630d40046b4fd1b58060c42a075e19d870ac69ba</id>
<content type='text'>
The following command expects to join source-specific multicast group 239.1.2.3
on interface eth0, where the source address is 192.0.2.1.

set protocols igmp interface eth0 join 239.1.2.3 source 192.0.2.1

This command should generate FRR config:

interface eth0
 ip igmp
 ip igmp join 239.1.2.3 192.0.2.1
exit

However, there is a bug in the Jinja template where `if ifaces[iface].gr_join[group]`
is mostly evaluated as `false` because `iface` is a loop variable from another loop.</content>
</entry>
<entry>
<title>bgp: T5466: rename type on CLI per-nexhop -&gt; per-nexthop for l3vpn MPLS labels</title>
<updated>2023-08-19T09:10:26+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-19T09:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7bae85fd670dce0c4708011af7523f1e56c1054a'/>
<id>urn:sha1:7bae85fd670dce0c4708011af7523f1e56c1054a</id>
<content type='text'>
This fixes a CLI typo added in commit 77ef9f800 ("T5466: L3VPN label allocation
mode").
</content>
</entry>
<entry>
<title> T5466: L3VPN label allocation mode</title>
<updated>2023-08-16T18:46:44+00:00</updated>
<author>
<name>fett0</name>
<email>fernando.gmaidana@gmail.com</email>
</author>
<published>2023-08-16T18:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=77ef9f800421d65f90f953ca4d75d0f996ed2e3d'/>
<id>urn:sha1:77ef9f800421d65f90f953ca4d75d0f996ed2e3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5446: BGP: change &lt;bgp paramater bestpath med&gt; from node to leafNode, in order to avoid empty value and problems when removing such parameters</title>
<updated>2023-08-07T17:01:26+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-08-07T16:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2b05ac9e341369ee051f3797bf5b8ecce0c22af7'/>
<id>urn:sha1:2b05ac9e341369ee051f3797bf5b8ecce0c22af7</id>
<content type='text'>
</content>
</entry>
</feed>
