<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/isis/protocol-common-config.xml.i, 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>2026-03-04T15:40:52+00:00</updated>
<entry>
<title>isis: T6978: add IS-IS SRv6 node-msd configuration</title>
<updated>2026-03-04T15:40:52+00:00</updated>
<author>
<name>Jonathan Voss</name>
<email>jvoss@onvox.net</email>
</author>
<published>2024-12-14T23:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f831da31dd0c02238a8e045087e1ab53173cb05f'/>
<id>urn:sha1:f831da31dd0c02238a8e045087e1ab53173cb05f</id>
<content type='text'>
Co-Authored-by: Christian Breunig &lt;christian@breunig.cc&gt;
</content>
</entry>
<entry>
<title>Merge pull request #4938 from hedrok/T8158-fix-lsp-timers</title>
<updated>2026-01-11T16:27:54+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-01-11T16:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7fea6b6dbbd786bf6a32c496fc70ca9e9b5f8b1f'/>
<id>urn:sha1:7fea6b6dbbd786bf6a32c496fc70ca9e9b5f8b1f</id>
<content type='text'>
isis: T8158: fix lsp-timers</content>
</entry>
<entry>
<title>isis: T8158: fix lsp-timers</title>
<updated>2026-01-09T11:03:15+00:00</updated>
<author>
<name>Kyrylo Yatsenko</name>
<email>hedrok@gmail.com</email>
</author>
<published>2026-01-08T12:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5310713bf116b8ad65f9e86346a7c02b2922212e'/>
<id>urn:sha1:5310713bf116b8ad65f9e86346a7c02b2922212e</id>
<content type='text'>
There are three configuration values in VyOS isis XML:

* lsp-gen-interval
* lsp-refresh-interval
* max-lsp-lifetime

In FRR they have the following restrictions in yang model:
* refresh-interval, default 900
* maximum-lifetime &gt;= refresh-interval + 300 (350-65535), default 1200
* generation-interval &lt; refresh-interval (1..120), default 30

When setting these values in separate steps we can get error e.g.:
libyang: Must condition ". &gt;= ../refresh-interval + 300" not satisfied.

even when all restrictions are satisfied.

To fix the issue:

1. Write default values in our XML.
2. Check these restrictions in protocol_isis.py
3. Use FRR command `lsp-timers` that sets all these values in one go
</content>
</entry>
<entry>
<title>T8046: traffic-engineering: support link-params</title>
<updated>2026-01-09T09:01:34+00:00</updated>
<author>
<name>Kyrylo Yatsenko</name>
<email>hedrok@gmail.com</email>
</author>
<published>2025-11-17T08:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a4b3cd33ca11aba579510456941f404839135af4'/>
<id>urn:sha1:a4b3cd33ca11aba579510456941f404839135af4</id>
<content type='text'>
Add 'traffic-engineering' commands under 'protocols'.

set protocols traffic-engineering admin-group ADMINGROUP bit-position 1
set protocols traffic-engineering interface INTERFACE admin-group ADMINGROUP
set protocols traffic-engineering interface INTERFACE max-bandwidth 1280
set protocols traffic-engineering interface INTERFACE max-reservable-bandwidth 1280

Also add

set protocols isis traffic-engineering export
</content>
</entry>
<entry>
<title>isis: T7722: Added interface fast-reroute configuration commands</title>
<updated>2025-08-28T10:43:29+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2025-08-27T13:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5098fa8eb575afed317207c325f9126d3e0b32ae'/>
<id>urn:sha1:5098fa8eb575afed317207c325f9126d3e0b32ae</id>
<content type='text'>
Added interface fast-reroute configuration commands
</content>
</entry>
<entry>
<title>T7639: use common naming style for "Segment-Routing" over "Segment Routing"</title>
<updated>2025-07-28T17:49:19+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-07-28T17:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=19d67d66b28b6ec76dd74cf48cee0bae84925e6b'/>
<id>urn:sha1:19d67d66b28b6ec76dd74cf48cee0bae84925e6b</id>
<content type='text'>
Multiple styles were used - streamline this to make it look more professional.
</content>
</entry>
<entry>
<title>isis: T7639: add SRv6 locator support</title>
<updated>2025-07-28T17:49:19+00:00</updated>
<author>
<name>fett0</name>
<email>fernando.gmaidana@gmail.com</email>
</author>
<published>2025-07-25T15:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8a4c637628f5d971732d2f501d35c0ee5cf9ade9'/>
<id>urn:sha1:8a4c637628f5d971732d2f501d35c0ee5cf9ade9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7118: Added the ability to redistribute NHRP routes to other protocols</title>
<updated>2025-02-26T12:40:46+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2025-02-26T12:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=46caac506c2843bf1e1eaeb5d4e0eb9928ce876b'/>
<id>urn:sha1:46caac506c2843bf1e1eaeb5d4e0eb9928ce876b</id>
<content type='text'>
Added the ability to redistribute NHRP routes to:
OSPF
BGP
Babel
RIP
IS-IS
</content>
</entry>
<entry>
<title>openfabric: T6652: Add support for OpenFabric protocol</title>
<updated>2024-09-04T10:49:13+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-08-27T10:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c9c37a56cdee45dfa7d4b2e677e88a19afde8ac7'/>
<id>urn:sha1:c9c37a56cdee45dfa7d4b2e677e88a19afde8ac7</id>
<content type='text'>
OpenFabric is a routing protocol providing link-state routing with efficient flooding for topologies like spine-leaf networks.
FRR implements OpenFabric in a daemon called fabricd
</content>
</entry>
<entry>
<title>ISIS: T6332: Fix isis not working only ipv6</title>
<updated>2024-05-29T01:06:00+00:00</updated>
<author>
<name>fett0</name>
<email>fernando.gmaidana@gmail.com</email>
</author>
<published>2024-05-29T01:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=03fd368ed263ca28c9b1b5e29f486217784d15ef'/>
<id>urn:sha1:03fd368ed263ca28c9b1b5e29f486217784d15ef</id>
<content type='text'>
</content>
</entry>
</feed>
