<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode/vrf_vni.py, branch feature/T9082-codeql-cpp</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=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-05-01T18:55:57+00:00</updated>
<entry>
<title>vrf: T6189: render FRR L3VNI configuration when creating VRF instance</title>
<updated>2024-05-01T18:55:57+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-01T18:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e7bb65894f86372dc0f6e8fd39b1628e0a224c68'/>
<id>urn:sha1:e7bb65894f86372dc0f6e8fd39b1628e0a224c68</id>
<content type='text'>
When adding and removing VRF instances on the fly it was noticed that the vni
statement under the VRF instance in FRR vanishes. This was caused by a race
condition which was previously designed to fix another bug.

The wierd design of a Python helper below the VRF tree to only generate the
VNI configuration nodes is now gone and all is rendered in the proper place.
</content>
</entry>
<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>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>T5181: Fix condition to detect correct vrf name for vrf-vni</title>
<updated>2023-04-27T15:57:34+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-04-27T15:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9d7c9af77992eff79132e7131977c78013689a7d'/>
<id>urn:sha1:9d7c9af77992eff79132e7131977c78013689a7d</id>
<content type='text'>
When we delete vrf vni there is a dictionary
{'only_vrf': 'red', 'new_frr_config': '!\n'}
</content>
</entry>
<entry>
<title>vrf: T5174: ensure no duplicate VNIs can be defined</title>
<updated>2023-04-26T16:59:07+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-26T05:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=71e45dd1c4738b3aa72d2d10b73929bf9b14e41e'/>
<id>urn:sha1:71e45dd1c4738b3aa72d2d10b73929bf9b14e41e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5181: Fix for correct deleting vni under vrf</title>
<updated>2023-04-26T09:43:32+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-04-26T09:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a1c559e3660aa6eb1c3871c5ba3d4d9cbe449a47'/>
<id>urn:sha1:a1c559e3660aa6eb1c3871c5ba3d4d9cbe449a47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrf: T5150: fix improper config dict generation for individual vni configuration</title>
<updated>2023-04-25T19:40:50+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-25T19:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7bd6e4ef5faa8595f1399529d1e8c65ca4dc5768'/>
<id>urn:sha1:7bd6e4ef5faa8595f1399529d1e8c65ca4dc5768</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrf: T5150: must use no_tag_node_value_mangle when working with the config dict</title>
<updated>2023-04-23T14:00:03+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-23T14:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a2b2241e4ac045f3aa790f0051d5699b04b78dbd'/>
<id>urn:sha1:a2b2241e4ac045f3aa790f0051d5699b04b78dbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrf: T5150: fix regex used on frr-reload when searching for discrete VRF</title>
<updated>2023-04-21T20:47:59+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-21T20:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fcfd07ef80209e489d836f9c82d8779ccce0a137'/>
<id>urn:sha1:fcfd07ef80209e489d836f9c82d8779ccce0a137</id>
<content type='text'>
We must only search and replace for "vrf red" or "vrf green" - the regex
used infact matched on all VRFs which is wrong. This would remove all VRF VNI
configurations when only changing a single VRf.
</content>
</entry>
<entry>
<title>vrf: T5150: l3vni must be removed prior to removing BGP VRF process</title>
<updated>2023-04-21T19:21:07+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-21T19:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0a581bfc28504fbf5b19272a332ad5ffe1edb249'/>
<id>urn:sha1:0a581bfc28504fbf5b19272a332ad5ffe1edb249</id>
<content type='text'>
</content>
</entry>
</feed>
