<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode/host_name.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>system: T5877: Shorten system domain-search config path</title>
<updated>2023-12-29T23:44:17+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-12-29T21:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f77bf573c608b6c09182e1bad4312c4dd1e5195e'/>
<id>urn:sha1:f77bf573c608b6c09182e1bad4312c4dd1e5195e</id>
<content type='text'>
Shorten and simplify `system domain-search` config path from:
```
set system domain-search domain &lt;domain1&gt;
```
to:
```
set system domain-search &lt;domain1&gt;
```

This will shorten the path and also make consistent with `domain-search`
config in other places (like `dhcp-server`).
</content>
</entry>
<entry>
<title>T5195: fix remaining references to decommissioned vyos.util</title>
<updated>2023-07-16T12:44:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-16T12:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a7d26396ef7dd1f977221865e2345084bf9bcbef'/>
<id>urn:sha1:a7d26396ef7dd1f977221865e2345084bf9bcbef</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>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>hosts: T2683: Allow multiple entries for static-host-mapping</title>
<updated>2021-10-22T11:55:17+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-10-22T11:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b1db3de80b8b5f4e2dcbc6d687d342986345c4b2'/>
<id>urn:sha1:b1db3de80b8b5f4e2dcbc6d687d342986345c4b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>name-server: T3804: merge "system name-servers-dhcp" into "system name-server"</title>
<updated>2021-09-05T16:04:01+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-05T15:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f7b1017559f4a511b116a5acd4705a15caf97865'/>
<id>urn:sha1:f7b1017559f4a511b116a5acd4705a15caf97865</id>
<content type='text'>
We have "set system name-server &lt;ipv4|ipv6&gt;" to specify a name-server IP
address we wan't to use. We also have "set system name-servers-dhcp &lt;interface&gt;"
which does the same, but the name-server in question is retrieved via DHCP.

Both CLI nodes are combined under "set system name-server &lt;ipv4|ipv6|interface&gt;"
to keep things as they are in real life - we need a name-server.

(cherry picked from commit 2ecf7a9f9cbe9359457bd23b4a0c45f3763123c7)
</content>
</entry>
<entry>
<title>configd: T2582: add scripts to include list for daemon</title>
<updated>2020-08-31T14:57:00+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2020-08-28T20:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ad69fb36201ee0930b76d80f0869284e26846991'/>
<id>urn:sha1:ad69fb36201ee0930b76d80f0869284e26846991</id>
<content type='text'>
</content>
</entry>
<entry>
<title>host_name: T2784: remove unused imports</title>
<updated>2020-08-11T01:10:00+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2020-08-11T00:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bcbc7c3eaa833d76feedf5676ef85df69cc506c1'/>
<id>urn:sha1:bcbc7c3eaa833d76feedf5676ef85df69cc506c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>host_name: T2784: remove unused arg in verify, unneeded arg in get_config</title>
<updated>2020-08-11T01:09:30+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2020-08-10T23:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f8112b64a9ddfddf1c24a11ba3db236a15df14e6'/>
<id>urn:sha1:f8112b64a9ddfddf1c24a11ba3db236a15df14e6</id>
<content type='text'>
</content>
</entry>
</feed>
