<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/smoketest/scripts/cli/test_service_ids.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>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>ids: T4557: Migrate threshold and add new threshold types</title>
<updated>2022-09-26T13:15:02+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-09-16T16:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=67cf858c8727f7f232aa4648510335f2b2028aaa'/>
<id>urn:sha1:67cf858c8727f7f232aa4648510335f2b2028aaa</id>
<content type='text'>
Migrate "service ids ddos-protection threshold xxx" to
        "service ids ddos-protection general threshold xxx"

Add new threshold types:
  set service ids ddos-protection threshold tcp xxx
  set service ids ddos-protection threshold udp xxx
  set service ids ddos-protection threshold icmp xxx
</content>
</entry>
<entry>
<title>fastnetmon: T4556: Allow configure white_list_path and populate with hosts/networks that should be ignored.</title>
<updated>2022-07-25T13:47:51+00:00</updated>
<author>
<name>Adrian Almenar</name>
<email>adrian@tecnocratica.net</email>
</author>
<published>2022-07-25T13:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bd119de6fd32480a4b6fd9c3b16cd5191af350af'/>
<id>urn:sha1:bd119de6fd32480a4b6fd9c3b16cd5191af350af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>smoketest: fastnetmon: T4555: add IPv6 support</title>
<updated>2022-07-21T18:39:43+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-07-21T18:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=93e45419e821be0480240e8e4d60ad3c4f7b0091'/>
<id>urn:sha1:93e45419e821be0480240e8e4d60ad3c4f7b0091</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fastnetmon: T2659: move configuration files to /run</title>
<updated>2022-07-21T18:35:19+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-07-21T18:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ef48b2482f3e516c830c04589193377ee8b45a5e'/>
<id>urn:sha1:ef48b2482f3e516c830c04589193377ee8b45a5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fastnetmon: T4555: add IPv6 support</title>
<updated>2022-07-21T18:26:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-07-21T18:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=902586e248dd84883a097a3daca0b1129db25b38'/>
<id>urn:sha1:902586e248dd84883a097a3daca0b1129db25b38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>smoketest: bugfix on proper inheritance levels for classmethod</title>
<updated>2022-04-25T17:15:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-25T16:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dc864082ef896faa7adba8312d782d7066492aa7'/>
<id>urn:sha1:dc864082ef896faa7adba8312d782d7066492aa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>smoketest: ids: bugfix AttributeError</title>
<updated>2022-04-13T05:13:46+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-13T05:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4f8ae0d3d51b62caeec856386844074f38935b87'/>
<id>urn:sha1:4f8ae0d3d51b62caeec856386844074f38935b87</id>
<content type='text'>
AttributeError: 'list' object has no attribute 'join'
</content>
</entry>
<entry>
<title>smoketest: ids: add initial testcase</title>
<updated>2022-04-10T18:55:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-10T18:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3e272460a2d9f492ee9649a703a21480d246453f'/>
<id>urn:sha1:3e272460a2d9f492ee9649a703a21480d246453f</id>
<content type='text'>
</content>
</entry>
</feed>
