<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode/protocols_rip.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_rip.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:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b9e7d620d660a45653048be7ceacfa8bdca44b52'/>
<id>urn:sha1:b9e7d620d660a45653048be7ceacfa8bdca44b52</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>rip: T4448: remove default version for RIP</title>
<updated>2022-05-29T08:35:37+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-29T08:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=687462972361af3d91047721f1d7bd02da7f9dd5'/>
<id>urn:sha1:687462972361af3d91047721f1d7bd02da7f9dd5</id>
<content type='text'>
Commit f9e38622 ("rip: T4448: add support to set protocol version on an
interface level") also added the versionspecified on a per interface level.

the RIp version carried a default value of 2 which makes RIPv1 and RIPv2 no
longer working which is dthe default for FRR. Remove the default "2" from the
RIP version specifier to make this behavior work again.
</content>
</entry>
<entry>
<title>rip: T4448: add support to set protocol version on an interface level</title>
<updated>2022-05-28T20:59:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-28T20:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f9e38622adc6edb66c84c397ef4d0ae9e49e008e'/>
<id>urn:sha1:f9e38622adc6edb66c84c397ef4d0ae9e49e008e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: rip: T4448: rename include files to match schema</title>
<updated>2022-05-28T20:58:44+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-28T20:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8099770c1004d4dd756145050157f51f474ede95'/>
<id>urn:sha1:8099770c1004d4dd756145050157f51f474ede95</id>
<content type='text'>
</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>rip: 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=d1daf8e3c8a22e773ed0800ba2d9585a151ccb86'/>
<id>urn:sha1:d1daf8e3c8a22e773ed0800ba2d9585a151ccb86</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>
</feed>
