<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/services/vyos-configd, branch 1.3.2</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=1.3.2</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2021-12-11T19:06:05+00:00</updated>
<entry>
<title>vyos.util: T4061: fix typo in function name</title>
<updated>2021-12-11T19:06:05+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=91f92cbf84ea1ce7199301f2ec89890337728ebe'/>
<id>urn:sha1:91f92cbf84ea1ce7199301f2ec89890337728ebe</id>
<content type='text'>
(cherry picked from commit 86ab3b7dad7f2ad2c39a8b110e4a845195cda32e)
</content>
</entry>
<entry>
<title>vyos.util: T4061: add function to check for completion of boot config</title>
<updated>2021-12-09T18:34:10+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-12-09T18:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=9e34d2761e7d88d49782b94c0b1a0f5de3029546'/>
<id>urn:sha1:9e34d2761e7d88d49782b94c0b1a0f5de3029546</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configd: T3694: always set script.argv</title>
<updated>2021-09-02T19:26:18+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=4a8bf1ee1e1e5b6fee1850b5cb82085c0edd75ab'/>
<id>urn:sha1:4a8bf1ee1e1e5b6fee1850b5cb82085c0edd75ab</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.

(cherry picked from commit 3341c591ad1190f39ff3ffd475eddf5d95aef763)
</content>
</entry>
<entry>
<title>configd: T3426: add support for script arguments to vyos-configd</title>
<updated>2021-05-14T15:03:40+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=4903dc924fe79711e47840faecb58030c0ecc98d'/>
<id>urn:sha1:4903dc924fe79711e47840faecb58030c0ecc98d</id>
<content type='text'>
(cherry picked from commit b3d914edcb506bb25c3798683cda341b8acbb0ad)
</content>
</entry>
<entry>
<title>configd: T3426: check script name against include_set, not exclude_set</title>
<updated>2021-05-14T15:03:22+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=7a705d2d60a0f6b8eeb742065d17039952255856'/>
<id>urn:sha1:7a705d2d60a0f6b8eeb742065d17039952255856</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.

(cherry picked from commit 93c07ea1edff3f6f84285322b494a24b807ccc25)
</content>
</entry>
<entry>
<title>configd: T3302: check vyos-config-status to determine if in boot session</title>
<updated>2021-05-12T15:45:49+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=7bf6f5179dfe53ef990e0183bbd335da994090fc'/>
<id>urn:sha1:7bf6f5179dfe53ef990e0183bbd335da994090fc</id>
<content type='text'>
(cherry picked from commit eeb9687bb9aaf6050b0a8759767f08ab8faac442)
</content>
</entry>
<entry>
<title>configd: T3411: redirect stdout from scripts to console; to file on boot</title>
<updated>2021-03-18T20:39:32+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-03-18T18:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d287cebbc95f516d395534e6ea2d95e3412bd21f'/>
<id>urn:sha1:d287cebbc95f516d395534e6ea2d95e3412bd21f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configd: T2931: workaround for suspected zmq bug</title>
<updated>2020-10-08T16:49:55+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2020-10-08T15:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0b5a650845d047030f324a1ed7e97d7631133caa'/>
<id>urn:sha1:0b5a650845d047030f324a1ed7e97d7631133caa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configd: T2952: synchronize received messages in case of client timeout</title>
<updated>2020-10-02T18:55:02+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2020-10-02T16:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=858143739cece6eee0cf13a6a3e1fcffa70928bb'/>
<id>urn:sha1:858143739cece6eee0cf13a6a3e1fcffa70928bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configd: T2582: catch config initialization errors</title>
<updated>2020-10-02T18:54:59+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2020-09-30T22:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e58a5831c1c0ca2d9e4954007f4adbd660c20f1c'/>
<id>urn:sha1:e58a5831c1c0ca2d9e4954007f4adbd660c20f1c</id>
<content type='text'>
</content>
</entry>
</feed>
