<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode/route.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-06-28T21:16:52+00:00</updated>
<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>T5195: vyos.util -&gt; vyos.utils package refactoring (#2093)</title>
<updated>2023-07-14T20:18:36+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-14T20:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1ca536da448749dff557f13ecae97b124026e96'/>
<id>urn:sha1:d1ca536da448749dff557f13ecae97b124026e96</id>
<content type='text'>
* T5195: move run, cmd, call, rc_cmd helper to vyos.utils.process

* T5195: use read_file and write_file implementation from vyos.utils.file

Changed code automatically using:

find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import read_file$/from vyos.utils.file import read_file/g' {} +
find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import write_file$/from vyos.utils.file import write_file/g' {} +

* T5195: move chmod* helpers to vyos.utils.permission

* T5195: use colon_separated_to_dict from vyos.utils.dict

* T5195: move is_systemd_service_* to vyos.utils.process

* T5195: fix boot issues with missing imports

* T5195: move dict_search_* helpers to vyos.utils.dict

* T5195: move network helpers to vyos.utils.network

* T5195: move commit_* helpers to vyos.utils.commit

* T5195: move user I/O helpers to vyos.utils.io</content>
</entry>
<entry>
<title>op-mode: T5051: use typing.Literal in op-mode scripts</title>
<updated>2023-03-06T01:38:07+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-03-03T17:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1e72e1c68a708518526b8e090f5d6482671cbd57'/>
<id>urn:sha1:1e72e1c68a708518526b8e090f5d6482671cbd57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opmode: T4837: add VRF option for route summary</title>
<updated>2023-01-16T16:23:05+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-01-16T16:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=45d0193ad16f69f64685576ba8190a5b1c35ce04'/>
<id>urn:sha1:45d0193ad16f69f64685576ba8190a5b1c35ce04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opmode: T4837: add family and table arguments for ShowRoute</title>
<updated>2023-01-12T20:03:45+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-01-12T13:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=65fa4e55074652ec65b21eff457faa8f4adc9a1a'/>
<id>urn:sha1:65fa4e55074652ec65b21eff457faa8f4adc9a1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T4837: expose "show ip route summary" in the op mode API</title>
<updated>2022-11-24T13:04:23+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2022-11-24T13:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=43062d0b338a5aad7e3b158d1c83e0a4472b1420'/>
<id>urn:sha1:43062d0b338a5aad7e3b158d1c83e0a4472b1420</id>
<content type='text'>
</content>
</entry>
<entry>
<title>route: T4772: return list of dicts in 'raw' output</title>
<updated>2022-10-24T15:01:23+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2022-10-24T14:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1c05f8b09bf5727a6e0c0b124f77684635dcf9a8'/>
<id>urn:sha1:1c05f8b09bf5727a6e0c0b124f77684635dcf9a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>route: T4684: Set execution flag to op-mode route.py</title>
<updated>2022-09-09T15:08:03+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-09-09T15:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=571d2c3faf5c6baf42793ab68a154bc7842aec2d'/>
<id>urn:sha1:571d2c3faf5c6baf42793ab68a154bc7842aec2d</id>
<content type='text'>
Set execution flag to route.py op-mode
</content>
</entry>
<entry>
<title>T2719: add an exception hierarchy for op mode errors</title>
<updated>2022-08-04T16:51:27+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-08-04T16:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=46173f284cd971c4201969fa9fd35121c7cf7a3a'/>
<id>urn:sha1:46173f284cd971c4201969fa9fd35121c7cf7a3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T2719: initial version of the route op mode script</title>
<updated>2022-07-05T12:47:34+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-07-05T12:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fbde12af711bdaea63e9ed07de1d200cbd269b07'/>
<id>urn:sha1:fbde12af711bdaea63e9ed07de1d200cbd269b07</id>
<content type='text'>
</content>
</entry>
</feed>
