<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/frr/zebra.segment_routing.frr.j2, 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>2026-04-30T12:25:49+00:00</updated>
<entry>
<title>T6750: sr-te: Adding initial Segment Routing Traffic Engineering portion of FRR (#4994)</title>
<updated>2026-04-30T12:25:49+00:00</updated>
<author>
<name>Cheeze-It</name>
<email>16260577+Cheeze-It@users.noreply.github.com</email>
</author>
<published>2026-04-30T12:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=cf5d2b87e184c50b02638442cbc0691e6433dc4c'/>
<id>urn:sha1:cf5d2b87e184c50b02638442cbc0691e6433dc4c</id>
<content type='text'>
* sr-te: T6750: Adding Segment Routing Traffic Engineering portion of FRR


---------

Co-authored-by: Cheeze_It &lt;none@none.com&gt;
Co-authored-by: Christian Breunig &lt;christian@breunig.cc&gt;</content>
</entry>
<entry>
<title>srv6: T6977: add srv6 encapsulation source-address</title>
<updated>2026-02-15T12:17:09+00:00</updated>
<author>
<name>Jonathan Voss</name>
<email>jvoss@onvox.net</email>
</author>
<published>2024-12-24T14:18:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=32db496ac1cb54fc46ad42f924803fd89bf92c75'/>
<id>urn:sha1:32db496ac1cb54fc46ad42f924803fd89bf92c75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>srv6: T6984: add locator format configuration</title>
<updated>2024-12-30T23:21:02+00:00</updated>
<author>
<name>Jonathan Voss</name>
<email>jvoss@onvox.net</email>
</author>
<published>2024-12-28T02:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=252e60eca71ade673843edc04b4be241e267b29d'/>
<id>urn:sha1:252e60eca71ade673843edc04b4be241e267b29d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>srv6: T591: initial implementation to support locator definition</title>
<updated>2023-12-11T17:21:26+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-10T20:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ca301cdd4746187f96ff84e411fda6a84e33f237'/>
<id>urn:sha1:ca301cdd4746187f96ff84e411fda6a84e33f237</id>
<content type='text'>
VyOS CLI

set protocols segment-routing srv6 locator bar prefix '2001:b::/64'
set protocols segment-routing srv6 locator foo behavior-usid
set protocols segment-routing srv6 locator foo prefix '2001:a::/64'

Will generate in FRR

segment-routing
 srv6
  locators
   locator bar
    prefix 2001:b::/64 block-len 40 node-len 24 func-bits 16
   exit
   !
   locator foo
    prefix 2001:a::/64 block-len 40 node-len 24 func-bits 16
    behavior usid
   exit
   !
  exit
  !
 exit
 !
exit
</content>
</entry>
</feed>
