<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/services/vyos-configd, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-07-12T19:16:56+00:00</updated>
<entry>
<title>T5195: move boot_* helpers to vyos.utils.boot</title>
<updated>2023-07-12T19:16:56+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-12T19:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4e2a087cc7e91a510dd590f7cc761e36ac8f77f8'/>
<id>urn:sha1:4e2a087cc7e91a510dd590f7cc761e36ac8f77f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyos.util: T4061: fix typo in function name</title>
<updated>2021-12-11T18:47:26+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-12-11T18:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=86ab3b7dad7f2ad2c39a8b110e4a845195cda32e'/>
<id>urn:sha1:86ab3b7dad7f2ad2c39a8b110e4a845195cda32e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyos.util: T4061: add function to check for completion of boot config</title>
<updated>2021-12-08T19:30:38+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-12-08T19:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e6b1c1f572068535ea99ee39a2d66bd6bf7043d5'/>
<id>urn:sha1:e6b1c1f572068535ea99ee39a2d66bd6bf7043d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configd: T3694: always set script.argv</title>
<updated>2021-07-29T18:30:00+00:00</updated>
<author>
<name>Brandon Stepler</name>
<email>brandon@stepler.net</email>
</author>
<published>2021-07-29T18:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3341c591ad1190f39ff3ffd475eddf5d95aef763'/>
<id>urn:sha1:3341c591ad1190f39ff3ffd475eddf5d95aef763</id>
<content type='text'>
Several scripts imported by vyos-configd (including
src/conf_mode/protocols_static.py) rely on argv for operating on VRFs.
Always setting script.argv in src/services/vyos-configd ensures those
scripts will operate on the default VRF when called with no arguments.
Otherwise, a stale argv might cause those scripts to operate on the last
modified VRF instead of the default VRF.
</content>
</entry>
<entry>
<title>configd: T3426: add support for script arguments to vyos-configd</title>
<updated>2021-03-25T21:53:33+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-03-25T21:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b3d914edcb506bb25c3798683cda341b8acbb0ad'/>
<id>urn:sha1:b3d914edcb506bb25c3798683cda341b8acbb0ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configd: T3426: check script name against include_set, not exclude_set</title>
<updated>2021-03-23T20:26:25+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-03-23T20:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=93c07ea1edff3f6f84285322b494a24b807ccc25'/>
<id>urn:sha1:93c07ea1edff3f6f84285322b494a24b807ccc25</id>
<content type='text'>
If the script name is mangled, for any reason (e.g. missing support for
script arguments) checking against the exclude_set will yield a false
positive; check against the include_set, even if this is a longer
search.
</content>
</entry>
<entry>
<title>configd: T3302: check vyos-config-status to determine if in boot session</title>
<updated>2021-03-22T15:11:28+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-03-22T14:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=eeb9687bb9aaf6050b0a8759767f08ab8faac442'/>
<id>urn:sha1:eeb9687bb9aaf6050b0a8759767f08ab8faac442</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configd: T3411: revise redirect to capture stdout from subprocesses</title>
<updated>2021-03-16T15:33:23+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-03-16T15:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=fb2480e8a5c538c90e1b3d8c0bb23e23374dc13e'/>
<id>urn:sha1:fb2480e8a5c538c90e1b3d8c0bb23e23374dc13e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configd: T3411: revert to using explicit_print on ConfigError</title>
<updated>2021-03-16T15:32:52+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-03-16T15:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=27d6b5a3b3bf0c617115e6de11cff778286c781f'/>
<id>urn:sha1:27d6b5a3b3bf0c617115e6de11cff778286c781f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configd: T3302: set mode correctly on open for redirect</title>
<updated>2021-02-26T02:54:05+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-02-26T02:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=77a16626802aa1986daa0cbfdb05e0427e49ccd6'/>
<id>urn:sha1:77a16626802aa1986daa0cbfdb05e0427e49ccd6</id>
<content type='text'>
</content>
</entry>
</feed>
