<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode/protocols_ripng.py, branch circinus-public-unmaintained</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-public-unmaintained</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=circinus-public-unmaintained'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-04-02T22:15:43+00:00</updated>
<entry>
<title>T6199: drop unused Python imports</title>
<updated>2024-04-02T22:15:43+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-02T22:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=274b2da242acd1f1f64ff1dee471e34295137c5f'/>
<id>urn:sha1:274b2da242acd1f1f64ff1dee471e34295137c5f</id>
<content type='text'>
found using "git ls-files *.py | xargs pylint | grep W0611"
</content>
</entry>
<entry>
<title>T5434: use merge_defaults in protocols_ripng.py</title>
<updated>2023-08-07T19:46:42+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-08-06T21:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9cc10461122b84ed26010cc2cad493a3dadc1dec'/>
<id>urn:sha1:9cc10461122b84ed26010cc2cad493a3dadc1dec</id>
<content type='text'>
</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>frr: T4353: fix Jinja2 linting errors</title>
<updated>2022-04-14T19:29:44+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-14T19:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=df045eca2f6c7a9257de5d32723d9ccc799346e5'/>
<id>urn:sha1:df045eca2f6c7a9257de5d32723d9ccc799346e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>frr: T3753: autosave config when calling commit_configuration()</title>
<updated>2021-11-27T19:10:55+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-27T19:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f1973bcf16fcc5e38c5fa3d3749846470e8e4afa'/>
<id>urn:sha1:f1973bcf16fcc5e38c5fa3d3749846470e8e4afa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ripng: T3753: adjust to new FRR 8.1 syntax</title>
<updated>2021-11-27T09:32:02+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-27T09:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1a96fb8a4424967f9d535df64c3119fc572d2f52'/>
<id>urn:sha1:1a96fb8a4424967f9d535df64c3119fc572d2f52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>frr: T3753: add default_add_before mnemonic for routing protocols to re-use code</title>
<updated>2021-11-27T09:32:01+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-27T09:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ea3c7785d06ed341487efb800c141fa7a7797ba7'/>
<id>urn:sha1:ea3c7785d06ed341487efb800c141fa7a7797ba7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>frr: T2175: rename daemon Jinja2 templates to match (d)aemon suffix</title>
<updated>2021-09-27T18:43:20+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-27T18:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f4732f348ff4b0a9d82ec698f4a8b3c6107f9101'/>
<id>urn:sha1:f4732f348ff4b0a9d82ec698f4a8b3c6107f9101</id>
<content type='text'>
</content>
</entry>
<entry>
<title>frr: T2175: remove no longer required loop when removing routing protocols</title>
<updated>2021-07-23T17:34:43+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-07-23T17:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a55585a833a23e64adb666558b3d358523f6cb39'/>
<id>urn:sha1:a55585a833a23e64adb666558b3d358523f6cb39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>protocols: remove superfluous import of vyos.util.call</title>
<updated>2021-04-15T21:24:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-04-15T06:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=caa39332e7669286a05e0c7e136d2e64186825a9'/>
<id>urn:sha1:caa39332e7669286a05e0c7e136d2e64186825a9</id>
<content type='text'>
</content>
</entry>
</feed>
