<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode/arp.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>T4619: Replacing instead of adding a static arp entry</title>
<updated>2022-08-16T12:38:57+00:00</updated>
<author>
<name>DaniilHarun</name>
<email>harunaga@harunaga.ru</email>
</author>
<published>2022-08-16T12:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9c9e7618cdc5c293c41cad1a3e4666f98298870f'/>
<id>urn:sha1:9c9e7618cdc5c293c41cad1a3e4666f98298870f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arp: T4397: change CLI syntax to support interface and VRF bound ARP entries</title>
<updated>2022-04-28T13:03:36+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-27T19:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b0aeb2a9c196ea7048545e38e6f3c5759ff4a5ac'/>
<id>urn:sha1:b0aeb2a9c196ea7048545e38e6f3c5759ff4a5ac</id>
<content type='text'>
* set protocols static arp interface eth0 address 192.0.2.1 mac 01:23:45:67:89:01
</content>
</entry>
<entry>
<title>arp: T4397: migrate to get_config_dict()</title>
<updated>2022-04-25T17:18:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-25T17:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=89efdb67d84d5f59a0716f5d9f8530b8b6268101'/>
<id>urn:sha1:89efdb67d84d5f59a0716f5d9f8530b8b6268101</id>
<content type='text'>
</content>
</entry>
<entry>
<title>airbag: T2088: explicit enabling of the feature</title>
<updated>2020-05-29T05:37:00+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-05-29T05:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5f4335042cf40bf4bf18294706cce0b3a2fd5907'/>
<id>urn:sha1:5f4335042cf40bf4bf18294706cce0b3a2fd5907</id>
<content type='text'>
airbag must now be explicitly installed.

the patch also allow to fully disables the installation of the logging
code at setup (and not just installing and doing nothing)
</content>
</entry>
<entry>
<title>util: T2226: os.system was wrongly converted to run</title>
<updated>2020-04-09T18:08:24+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-04-09T18:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9875a21bdb26df19f2faf3e81153dea15e4f9e3c'/>
<id>urn:sha1:9875a21bdb26df19f2faf3e81153dea15e4f9e3c</id>
<content type='text'>
os.system does print the ouput of the command, run() does not.
A new function called call() does the printing and return the error code.</content>
</entry>
<entry>
<title>util: T2226: rewrite arp to use cmd</title>
<updated>2020-04-06T19:22:35+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-04-05T15:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9ec2ebe444686fb4fd8d2a37bb1ef7c29eab65e4'/>
<id>urn:sha1:9ec2ebe444686fb4fd8d2a37bb1ef7c29eab65e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[arp] bugfix for 'del prot static arp &lt;ip&gt; hwaddr'</title>
<updated>2019-03-20T20:21:56+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-03-20T20:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dea25e199fc095aa64dc2f8b80aa152a2f4c6870'/>
<id>urn:sha1:dea25e199fc095aa64dc2f8b80aa152a2f4c6870</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[arp] - T1288: python implemtation of 'set protocols static arp'</title>
<updated>2019-03-11T20:44:17+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-03-11T20:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b72a88200effbc7f94dfce3ba0db02b8a2e1b077'/>
<id>urn:sha1:b72a88200effbc7f94dfce3ba0db02b8a2e1b077</id>
<content type='text'>
</content>
</entry>
</feed>
