<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/vrf.xml.in, branch rolling</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=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-11-25T19:22:27+00:00</updated>
<entry>
<title>T8041: update comments referring to deprecated priority.pl</title>
<updated>2025-11-25T19:22:27+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-11-25T19:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=671210b3c0b882d166eb83a248046e4f9ba16642'/>
<id>urn:sha1:671210b3c0b882d166eb83a248046e4f9ba16642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7803: Make failover route vrf-aware</title>
<updated>2025-10-08T12:07:59+00:00</updated>
<author>
<name>Kyrylo Yatsenko</name>
<email>hedrok@gmail.com</email>
</author>
<published>2025-09-22T19:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=931e5b5712b4fa8b13027291eb21881c40b8a051'/>
<id>urn:sha1:931e5b5712b4fa8b13027291eb21881c40b8a051</id>
<content type='text'>
* Added 'protocol failover' to 'set vrf name':
  set vrf name red protocols failover route 10.11.0.110/32 next-hop 10.0.0.2
* Added vrf and interface to target:
  set ... next-hop 10.0.0.2 check target '10.120.0.21' vrf blue
  set ... next-hop 10.0.0.2 check target '10.120.0.21' interface eth1

Last two are needed when check VRF is not same as route VRF.
In this case icmp can use any/both options, tcp requires `vrf` and
arp requires `interface`
</content>
</entry>
<entry>
<title>kea: T6211: add VRF support for KEA dhcp server</title>
<updated>2025-08-15T07:31:49+00:00</updated>
<author>
<name>David Vølker</name>
<email>david@voelker.dk</email>
</author>
<published>2025-08-15T07:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=974f9a5d5e13241e2b4ea54152bf835db6b7feff'/>
<id>urn:sha1:974f9a5d5e13241e2b4ea54152bf835db6b7feff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7432: RPKI VRF Support</title>
<updated>2025-05-28T02:16:00+00:00</updated>
<author>
<name>Adam Smith</name>
<email>adamsmith@yzguy.io</email>
</author>
<published>2024-12-31T18:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1fa28abc7035984af01fa4332f0ed6ed8f4fc044'/>
<id>urn:sha1:1fa28abc7035984af01fa4332f0ed6ed8f4fc044</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrf: T6189: render FRR L3VNI configuration when creating VRF instance</title>
<updated>2024-05-01T18:55:57+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-01T18:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e7bb65894f86372dc0f6e8fd39b1628e0a224c68'/>
<id>urn:sha1:e7bb65894f86372dc0f6e8fd39b1628e0a224c68</id>
<content type='text'>
When adding and removing VRF instances on the fly it was noticed that the vni
statement under the VRF instance in FRR vanishes. This was caused by a race
condition which was previously designed to fix another bug.

The wierd design of a Python helper below the VRF tree to only generate the
VNI configuration nodes is now gone and all is rendered in the proper place.
</content>
</entry>
<entry>
<title>xml: T5738: extend VRF building blocks with common constraint definition</title>
<updated>2024-04-01T18:27:24+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-01T18:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=32d6a693de99021d2cd44fb4235e929caf7b4a6d'/>
<id>urn:sha1:32d6a693de99021d2cd44fb4235e929caf7b4a6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6001: add option to disable next-hop-tracking resolve-via-default in VRF context</title>
<updated>2024-02-16T07:33:13+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-02-16T07:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0fafc4bcdb9efc03796ddab0832471b11ba1bbe0'/>
<id>urn:sha1:0fafc4bcdb9efc03796ddab0832471b11ba1bbe0</id>
<content type='text'>
* set vrf name &lt;name&gt; ip nht no-resolve-via-default
* set vrf name &lt;name&gt; ipv6 nht no-resolve-via-default
</content>
</entry>
<entry>
<title>vrf: netns: T3829: T31: priority needs to be after netns</title>
<updated>2023-09-30T14:05:02+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-30T14:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9dd5ff064a37b4e884f7bd9fb7630bf7829fa1ad'/>
<id>urn:sha1:9dd5ff064a37b4e884f7bd9fb7630bf7829fa1ad</id>
<content type='text'>
A network namespace can have VRFs assigned, thus we need to get the priorities
right. This lowers both priorities in general as a VRF or NETNS needs to be
available very early as services can run on top of them.
</content>
</entry>
<entry>
<title>vrf: T5150: l3vni must be removed prior to removing BGP VRF process</title>
<updated>2023-04-21T19:21:07+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-21T19:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0a581bfc28504fbf5b19272a332ad5ffe1edb249'/>
<id>urn:sha1:0a581bfc28504fbf5b19272a332ad5ffe1edb249</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5150: initial VRF support for Kernel/Zebra route-map filtering</title>
<updated>2023-04-13T07:01:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-10T08:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b454ddc8c2cc0edbdc832bd60ef03a1819a6d8d6'/>
<id>urn:sha1:b454ddc8c2cc0edbdc832bd60ef03a1819a6d8d6</id>
<content type='text'>
</content>
</entry>
</feed>
