<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include, branch fix/T8955-http-api-verify-tls</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=fix%2FT8955-http-api-verify-tls</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=fix%2FT8955-http-api-verify-tls'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-05-22T10:54:18+00:00</updated>
<entry>
<title>T8910: ipoe-server: expose accel-ppp idle-timeout option</title>
<updated>2026-05-22T10:54:18+00:00</updated>
<author>
<name>Alex Kudentsov</name>
<email>43482574+alexk37@users.noreply.github.com</email>
</author>
<published>2026-05-22T06:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ce401c3f099a92c49ee8a0344ac80e113e19883e'/>
<id>urn:sha1:ce401c3f099a92c49ee8a0344ac80e113e19883e</id>
<content type='text'>
Add a CLI knob to terminate idle IPoE sessions after a configurable
timeout:

  set service ipoe-server idle-timeout &lt;0-86400&gt;

Today there is no way to age out stale IPoE sessions: clients that go
silent (powered off, link down) leave a session record on the router
indefinitely. accel-ppp natively supports idle-timeout in its [ipoe]
section but VyOS did not expose it.

The option is added as a shared accel-ppp include so it can be reused
by other accel-ppp services in follow-up PRs.
</content>
</entry>
<entry>
<title>Merge pull request #5198 from indrajitr/T8862-dhcpv6-reservation-multi</title>
<updated>2026-05-22T08:56:04+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-05-22T08:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=88b93c96faa5b1016546cbc15d1327b4692a87cc'/>
<id>urn:sha1:88b93c96faa5b1016546cbc15d1327b4692a87cc</id>
<content type='text'>
dhcpv6: T8862: Allow multiple addresses and prefixes for reservations</content>
</entry>
<entry>
<title>T8822: Add BFD strict mode for BGP</title>
<updated>2026-05-21T13:26:07+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-05-19T17:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ff96f5895e87db7fc20cff9960a8cdea42c033d0'/>
<id>urn:sha1:ff96f5895e87db7fc20cff9960a8cdea42c033d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcpv6: T8862: Allow multiple addresses and prefixes for reservations</title>
<updated>2026-05-16T21:27:30+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2026-05-14T08:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=28898e4477727c5d4406c227b0d056e6dfc1ce39'/>
<id>urn:sha1:28898e4477727c5d4406c227b0d056e6dfc1ce39</id>
<content type='text'>
Add support for allowing DHCPv6 to assign reservations for multiple
addresses and prefixes to a single client simultaneously.
</content>
</entry>
<entry>
<title>dhcpv6: T8849: Add time-zone support for Kea DHCPv6 (#5190)</title>
<updated>2026-05-14T11:39:39+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2026-05-14T11:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a4cf50f68bdcfd14cfcb51b2ff3f4058c1a0f5c6'/>
<id>urn:sha1:a4cf50f68bdcfd14cfcb51b2ff3f4058c1a0f5c6</id>
<content type='text'>
* dhcpv6: T8849: Add time-zone support for Kea DHCPv6

Add DHCPv6 option support for time zone (RFC4833 options
41 and 42). This includes both the POSIX-style TZ string
(`new-posix-timezone`) and the IANA time zone name
(`new-tzdb-timezone`).

* dhcpv6: T8849: Refactor per code-review suggestion

* dhcpv6: T8849: Reformat for compliance</content>
</entry>
<entry>
<title>T8600: Add option to change logging verbosity in Kea (#5178)</title>
<updated>2026-05-13T11:50:43+00:00</updated>
<author>
<name>Nataliia S.</name>
<email>81954790+natali-rs1985@users.noreply.github.com</email>
</author>
<published>2026-05-13T11:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=db23d7201c9df78c91aeeeade6963f2cc12b50b1'/>
<id>urn:sha1:db23d7201c9df78c91aeeeade6963f2cc12b50b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bgp: T8607: Add CLI support for BGP update-delay and establish-wait</title>
<updated>2026-05-11T09:24:43+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-05-06T08:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=23a7841901d5b7e46f00c628fc1a0946197b3c5b'/>
<id>urn:sha1:23a7841901d5b7e46f00c628fc1a0946197b3c5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: T8467: remove duplicate line</title>
<updated>2026-05-06T16:17:00+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2026-04-28T19:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0e0ff0b044f8d0215e2a551aaf02dffaffa9dcce'/>
<id>urn:sha1:0e0ff0b044f8d0215e2a551aaf02dffaffa9dcce</id>
<content type='text'>
This duplication did not cause any harm, but was found in the general
clean up related to element 'properties' collisions.
</content>
</entry>
<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>T8535: Remove next-hop-self for BGP link state</title>
<updated>2026-04-27T05:25:18+00:00</updated>
<author>
<name>Kyrylo Yatsenko</name>
<email>hedrok@gmail.com</email>
</author>
<published>2026-04-25T19:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c668f79a77276d588b91dca71bbbc3868982837e'/>
<id>urn:sha1:c668f79a77276d588b91dca71bbbc3868982837e</id>
<content type='text'>
BGP link-state doesn't support next-hop-self, so remove it.
</content>
</entry>
</feed>
