<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/systemd, 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-04-02T14:31:46+00:00</updated>
<entry>
<title>Merge pull request #4872 from c-po/vyos-netlinkd</title>
<updated>2026-04-02T14:31:46+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-04-02T14:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c6ec6ade63a48a7e6a2ec5378c863d6d3b5bd000'/>
<id>urn:sha1:c6ec6ade63a48a7e6a2ec5378c863d6d3b5bd000</id>
<content type='text'>
vyos-netlinkd: T8047: replacement of netplugd</content>
</entry>
<entry>
<title>T8410: Fix typos and mistakes for comments and messages</title>
<updated>2026-03-27T15:00:17+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-03-27T14:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=139b0841f8242a5c6ebdafb37380c1fb78342aae'/>
<id>urn:sha1:139b0841f8242a5c6ebdafb37380c1fb78342aae</id>
<content type='text'>
Fix typos and mistakes
No functional changes
</content>
</entry>
<entry>
<title>vyos-netlinkd: T8047: replace netplugd</title>
<updated>2026-03-19T21:37:45+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-11-07T21:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b84bdbf8dd25995aa564081632de6251ecf5ad4e'/>
<id>urn:sha1:b84bdbf8dd25995aa564081632de6251ecf5ad4e</id>
<content type='text'>
Implementing a daemon that listens for netlink messages in Python was discussed
for many years. This is a proof-of-concept implementation how we can listen for
netlink messages and process them in Python.

Python 3.10 minimum is required due to the use of case statements which mimics
C-style switch/case instructions.

Add example:

 set interfaces ethernet eth1 vif 21 address dhcp
 set interfaces ethernet eth1 vif 21 address dhcpv6
 commit

If network cable is unplugged:

  vyos-netlinkd[12681]: RTM_NEWLINK -&gt; eth3.10, state=DOWN, mac=00:50:56:b3:9d:8e
  vyos-netlinkd[12681]: Stopping dhclient@eth3.10.service...
  vyos-netlinkd[12681]: Stopping dhcp6c@eth3.10.service...

If cable is plugged back in:

  vyos-netlinkd[12681]: RTM_NEWLINK -&gt; eth3.10, state=DOWN, mac=00:50:56:b3:9d:8e
  vyos-netlinkd[12681]: RTM_NEWLINK -&gt; eth3.10, state=UP, mac=00:50:56:b3:9d:8e
  vyos-netlinkd[12681]: Restarting dhclient@eth3.10.service...
  vyos-netlinkd[12681]: Restarting dhcp6c@eth3.10.service...
</content>
</entry>
<entry>
<title>igmp-proxy: T8295: provide native systemd unit to enable restart/backoff</title>
<updated>2026-02-22T19:32:35+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-02-22T19:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=167c8c7a2f9220c55462d6ff7b076a0f72b2a1de'/>
<id>urn:sha1:167c8c7a2f9220c55462d6ff7b076a0f72b2a1de</id>
<content type='text'>
The igmpproxy service was started via a SysV init script, causing
systemd-sysv-generator to create a transient unit without restart policies.
When igmpproxy failed on first start, systemd did not retry, leading to
intermittent service availability.

This change replaces the auto‑generated unit with a native systemd service file
that defines proper restart settings.
</content>
</entry>
<entry>
<title>T7980: distinguish vyconfd initialization from restart</title>
<updated>2025-11-02T04:47:09+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-11-01T02:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=018b6fd1275eb1cc04da41362b9df54c0d3ccf43'/>
<id>urn:sha1:018b6fd1275eb1cc04da41362b9df54c0d3ccf43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7697: Merge remote-tracking branch 'vpp/current' into vyos-1x</title>
<updated>2025-08-07T08:43:24+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-08-07T08:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9e8b9eea45d92d6e886b1fbd6ac1b832ae44c720'/>
<id>urn:sha1:9e8b9eea45d92d6e886b1fbd6ac1b832ae44c720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7488: Make VPP restartable</title>
<updated>2025-05-28T11:48:07+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2025-05-27T11:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=31beaf550786502f5b62034c6e4b2e0e52508f8c'/>
<id>urn:sha1:31beaf550786502f5b62034c6e4b2e0e52508f8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7352: use option to load legacy config on start for interoperability</title>
<updated>2025-05-22T18:26:48+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-05-09T19:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d43b9e17b7b09fb48e6d86d1f3a309920ce3ecf2'/>
<id>urn:sha1:d43b9e17b7b09fb48e6d86d1f3a309920ce3ecf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opennhrp: T7462: Removed unused opennhrp files and configurations</title>
<updated>2025-05-20T12:33:16+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2025-05-20T12:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e9104fb5722c0e119220f22c1cafb2535cac0f77'/>
<id>urn:sha1:e9104fb5722c0e119220f22c1cafb2535cac0f77</id>
<content type='text'>
Removed unused opennhrp files and configurations
</content>
</entry>
<entry>
<title>sysctl: T7379: always disable IPv6 autoconf and accept_ra during startup</title>
<updated>2025-04-22T14:06:19+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-04-20T18:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=563488b1234560cfd3cb5aa9c8ec3f4b7f10d86b'/>
<id>urn:sha1:563488b1234560cfd3cb5aa9c8ec3f4b7f10d86b</id>
<content type='text'>
</content>
</entry>
</feed>
