<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode/restart.py, 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-09-22T20:29:45+00:00</updated>
<entry>
<title>kea: T7281: Use correct Kea unit files</title>
<updated>2025-09-22T20:29:45+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-09-22T20:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9'/>
<id>urn:sha1:f2f2d3c0f0c8f6772f4f24b4bd7203837c1afed9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kea: T7821: Update Kea to 3.0</title>
<updated>2025-09-14T18:30:27+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-09-14T18:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=34332dfa7e320d86d316574f9050368e011ef955'/>
<id>urn:sha1:34332dfa7e320d86d316574f9050368e011ef955</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7591: remove copyright years from source files</title>
<updated>2025-06-28T21:16:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-28T18:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1478516ae437f19ebeb7d6ff9b83dd74f8e76758'/>
<id>urn:sha1:1478516ae437f19ebeb7d6ff9b83dd74f8e76758</id>
<content type='text'>
The legal team says years are not necessary so we can go ahead with it, since
it will simplify backporting.

Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \
's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors &lt;maintainers@vyos.io&gt;/g'

In addition we will error-out during "make" if someone re-adds a legacy
copyright notice
</content>
</entry>
<entry>
<title>wlb: T4470: Support WLB op-mode commands</title>
<updated>2025-02-13T22:30:24+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2024-10-08T21:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ab6382ede233c04ca3126f8d4089318e927c55b4'/>
<id>urn:sha1:ab6382ede233c04ca3126f8d4089318e927c55b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>haproxy: T6745: Rename `reverse-proxy` to `haproxy`</title>
<updated>2024-10-09T13:55:15+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2024-10-09T12:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=90a4827284acd3cb072cdfeef323c522802c6449'/>
<id>urn:sha1:90a4827284acd3cb072cdfeef323c522802c6449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6711: Fix restart vrrp missed comma between services</title>
<updated>2024-09-12T06:56:25+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-09-12T06:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a3ddd2cb8994deefd378951806b5dc35067d06a7'/>
<id>urn:sha1:a3ddd2cb8994deefd378951806b5dc35067d06a7</id>
<content type='text'>
Missing comma in the list between services
 'ssh', 'suricata' 'vrrp', 'webproxy'
Fix it
</content>
</entry>
<entry>
<title>op-mode: T6577: create generic service restart helper to work with the API</title>
<updated>2024-07-16T19:29:39+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-07-16T19:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c74ae852152b0c3c3f00a1847d081d28f500e178'/>
<id>urn:sha1:c74ae852152b0c3c3f00a1847d081d28f500e178</id>
<content type='text'>
Right now we have multiple restart helpers (e.g. dhcp server, ssh, ntp) that
all do the same (more or less):

* Check if service is configured on CLI
* Restart if configured
* Error out if unconfigured

This is not available via the op-mode API. Create a new restart.py op-mode
helper that takes the service name and possible VRF as argument so it's also
exposed via API.
</content>
</entry>
</feed>
