<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode/policy-route.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>2023-12-31T22:49:48+00:00</updated>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2023-12-31T22:49:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-30T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4ef110fd2c501b718344c72d495ad7e16d2bd465'/>
<id>urn:sha1:4ef110fd2c501b718344c72d495ad7e16d2bd465</id>
<content type='text'>
We will use _ as CLI level divider. The XML definition filename and also
the Python helper should match the CLI node.

Example:
set interfaces ethernet -&gt; interfaces_ethernet.xml.in
set interfaces bond -&gt; interfaces_bond.xml.in
set service dhcp-server -&gt; service_dhcp-server-xml.in
</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>T4780: Firewall: add firewall groups in firewall. Extend matching criteria so this new group can be used in inbound and outbound matcher</title>
<updated>2022-11-19T14:31:32+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2022-10-28T18:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9a5dfb4b7ec9e065a73511a38e1713aec03eee0e'/>
<id>urn:sha1:9a5dfb4b7ec9e065a73511a38e1713aec03eee0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>policy-route: T4697: Add missing rule_id for verify_rule func</title>
<updated>2022-09-16T07:13:59+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-09-16T07:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1b3ded9fb2846e20f3bec2a0e21dc4cec3a09139'/>
<id>urn:sha1:1b3ded9fb2846e20f3bec2a0e21dc4cec3a09139</id>
<content type='text'>
There is a missing 'rule_id' in verify_rule() function
We call it from the loop but don't provide argument 'rule_id'
It cause "NameError: name 'rule_id' is not defined"
Fix it
</content>
</entry>
<entry>
<title>firewall: T4147: Use named sets for firewall groups</title>
<updated>2022-06-14T20:57:52+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-06-12T23:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=34db435e7a74ee8509777802e03927de2dd57627'/>
<id>urn:sha1:34db435e7a74ee8509777802e03927de2dd57627</id>
<content type='text'>
* Refactor nftables clean-up code
* Adds policy route test for using firewall groups
</content>
</entry>
<entry>
<title>firewall: T4353: fix Jinja2 linting errors</title>
<updated>2022-05-01T18:08:28+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-01T18:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9eab0cdd0bbea0f899af5a7d68cc63523a12a703'/>
<id>urn:sha1:9eab0cdd0bbea0f899af5a7d68cc63523a12a703</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyos.base: use Warning() helper where applicable</title>
<updated>2022-04-16T17:22:03+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-16T17:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e91af67ff82a228f3571a60a9037f9ef96c84537'/>
<id>urn:sha1:e91af67ff82a228f3571a60a9037f9ef96c84537</id>
<content type='text'>
</content>
</entry>
<entry>
<title>policy: T2199: bugfix verify_rule() on negated groups</title>
<updated>2022-02-12T07:45:24+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-02-12T07:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=27daf4a6cd4928be41ed08330ccc1b7f04ad2638'/>
<id>urn:sha1:27daf4a6cd4928be41ed08330ccc1b7f04ad2638</id>
<content type='text'>
Related to #1215
</content>
</entry>
<entry>
<title>policy: T4213: Fix duplicate commands from multiple rules with single table</title>
<updated>2022-01-29T23:07:35+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-01-29T23:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8532f2c391e895d7cd4c10b6d83d1e26973202a3'/>
<id>urn:sha1:8532f2c391e895d7cd4c10b6d83d1e26973202a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>policy: T4213: Fix rule creation/deletion for IPv6 policy routes</title>
<updated>2022-01-27T20:49:56+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-01-27T17:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=25e97e0b0224f3f8f1bffb77b36955d6fa129dd3'/>
<id>urn:sha1:25e97e0b0224f3f8f1bffb77b36955d6fa129dd3</id>
<content type='text'>
</content>
</entry>
</feed>
