<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions, branch circinus-merge-commit-handling</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=circinus-merge-commit-handling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=circinus-merge-commit-handling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-07-31T06:00:31+00:00</updated>
<entry>
<title>Merge pull request #3906 from vyos/mergify/bp/circinus/pr-3715</title>
<updated>2024-07-31T06:00:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-07-31T06:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=10bf3c85278370ba03ca371ce3598e1fae470998'/>
<id>urn:sha1:10bf3c85278370ba03ca371ce3598e1fae470998</id>
<content type='text'>
T6313: Add "NAT" to "generate" command for rule resequence (backport #3715)</content>
</entry>
<entry>
<title>system: op-mode: T3334: allow delayed getty restart when configuring serial ports</title>
<updated>2024-07-30T13:53:07+00:00</updated>
<author>
<name>Andrew Topp</name>
<email>andrewt@telekinetica.net</email>
</author>
<published>2024-07-08T13:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9d8609c97650c0a65856bdfe705b740070de9f1a'/>
<id>urn:sha1:9d8609c97650c0a65856bdfe705b740070de9f1a</id>
<content type='text'>
* Created op-mode command "restart serial console"
* Relocated service control to vyos.utils.serial helpers, used by conf- and
  op-mode serial console handling
  * Checking for logged-in serial sessions that may be affected by getty reconfig
  * Warning the user when changes are committed and serial sessions are active,
    otherwise restart services as normal. No prompts issued during commit,
    all config gen/commit steps still occur except for the service restarts
    (everything remains consistent)
  * To apply committed changes, user will need to run "restart serial console"
    to complete the process or reboot the whole router
  * Added additional flags and target filtering for generic use of helpers.

(cherry picked from commit bc9049ebd76576d727fa87b10b96d1616950237c)
</content>
</entry>
<entry>
<title>T6313: Add "NAT" to "generate" command for rule resequence</title>
<updated>2024-07-30T12:00:36+00:00</updated>
<author>
<name>khramshinr</name>
<email>khramshinr@gmail.com</email>
</author>
<published>2024-06-24T13:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=014bf70b494bc0c479e97d8fa4cfe88d4c0d8498'/>
<id>urn:sha1:014bf70b494bc0c479e97d8fa4cfe88d4c0d8498</id>
<content type='text'>
(cherry picked from commit 142545b0535d0a994182389c99b7bcd6d7c37c24)
</content>
</entry>
<entry>
<title>op-mode: T6577: create generic service restart helper to work with the API</title>
<updated>2024-07-17T17:06:53+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=f773368df7c5eb40a8c6334ebbed2de88bdb21af'/>
<id>urn:sha1:f773368df7c5eb40a8c6334ebbed2de88bdb21af</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.

(cherry picked from commit c74ae852152b0c3c3f00a1847d081d28f500e178)
</content>
</entry>
<entry>
<title>op-mode: T6575: add support for NTP service restart via CLI</title>
<updated>2024-07-15T08:03:01+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-07-13T19:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=801cd758757348f55e0768f36b2fb18bd022f2ca'/>
<id>urn:sha1:801cd758757348f55e0768f36b2fb18bd022f2ca</id>
<content type='text'>
This seemed to be arround in the early days, but is not available since at
least VyOS 1.3.3. Add CLI helper to restart the NTP process (chrony).

(cherry picked from commit ca4f4343999bdbd8450ef952f42062877d6f3bab)
</content>
</entry>
<entry>
<title>op-mode: T6566: add support for listing all interfaces in "monitor bandwidth"</title>
<updated>2024-07-11T19:12:43+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-07-10T18:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=168698c72adc139d056bd0613cefec21b355900c'/>
<id>urn:sha1:168698c72adc139d056bd0613cefec21b355900c</id>
<content type='text'>
Right now we can only monitor the bandwidth for one individual interface, but
not all at once. This adds support to monitor all interfaces.

(cherry picked from commit 7704af0c4454725e8c67138e5cabab3328bde0f8)
</content>
</entry>
<entry>
<title>T6527: add legacy Vyatta interpreter files still in use</title>
<updated>2024-07-03T15:05:02+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-06-30T05:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7aa420e5a5509793030350acb9c108eaef6c79ea'/>
<id>urn:sha1:7aa420e5a5509793030350acb9c108eaef6c79ea</id>
<content type='text'>
(cherry picked from commit 72a704d2e2b06bfedc4f1ee841814f983fc34baa)
</content>
</entry>
<entry>
<title>op-mode: T6524: rewrite "release dhcp(v6) interface" to new op-mode format</title>
<updated>2024-06-29T15:25:17+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-06-27T19:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e88c3f9e618212f97a61fa82948caf4b431cd6eb'/>
<id>urn:sha1:e88c3f9e618212f97a61fa82948caf4b431cd6eb</id>
<content type='text'>
(cherry picked from commit 5ade35255b3d8438aa6082fe56ae459d50cdc0a5)
</content>
</entry>
<entry>
<title>Merge pull request #3723 from sever-sever/T751</title>
<updated>2024-06-26T17:09:50+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-06-26T17:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7f08f1ff9b23cd722d3e2fb7b66b3d59fc35a9bf'/>
<id>urn:sha1:7f08f1ff9b23cd722d3e2fb7b66b3d59fc35a9bf</id>
<content type='text'>
T751: Remove ids suricata</content>
</entry>
<entry>
<title>op-mode: T6503: "restart ssh" command not working</title>
<updated>2024-06-22T15:26:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-06-21T20:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=08b8d5a4b5c6a0dc4281ef7d86824c65cc2bffd1'/>
<id>urn:sha1:08b8d5a4b5c6a0dc4281ef7d86824c65cc2bffd1</id>
<content type='text'>
Commit e5af1f090 ("ssh: T6192: allow binding to multiple VRF instances")
switched the systemd unit file from ssh.service to ssh@*.service, this change
was not reflected in the "restart ssh" op-mode command.

(cherry picked from commit 059eb3a137a75d502632174cc028b81f49152782)
</content>
</entry>
</feed>
