<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/systemd, branch 1.3.1</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.1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2022-01-09T19:55:40+00:00</updated>
<entry>
<title>keepalived: T4128: add missing keepalived.service file</title>
<updated>2022-01-09T19:55:40+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-01-03T19:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5931d2530e9ab1b0fa0360602144d745b415ca42'/>
<id>urn:sha1:5931d2530e9ab1b0fa0360602144d745b415ca42</id>
<content type='text'>
(cherry picked from commit 5a73c946000902f6e445b0803ca090f7fc6e0954)
</content>
</entry>
<entry>
<title>dhclient: T4121: Fixed resolv.conf generation at early boot stage</title>
<updated>2021-12-30T16:02:26+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2021-12-29T22:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=1a9c1479044040c64ca6be91835d8cea7004ddff'/>
<id>urn:sha1:1a9c1479044040c64ca6be91835d8cea7004ddff</id>
<content type='text'>
In case if a CLI configuration is not available, dhclient cannot add
nameservers to a `resolv.conf` file, because `vyos-hostsd` requires that
an interface be listed in the `set system name-server` option.
This commit introduces two changes:

* `vyos-hostsd` service will not be started before Cloud-Init fetch all
remote data. This is required because all meta-data should be available
for Cloud-Init before any of VyOS-related services start since it is
used for configuration generation.

* the `vyos-hostsd-client` in the `dhclient-script` will be used only if
the `vyos-hostsd` is running. In other words - if VyOS services already
started, dhclient changes `resolv.conf` using `vyos-hostsd`; in other
cases - does this directly.

These changes should protect us from problems with DHCP during system
boot if DHCP is required by third-party utils.
</content>
</entry>
<entry>
<title>http: api: T4055: add VRF support</title>
<updated>2021-12-25T23:10:41+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-25T23:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=acf90165456e87cff19f45053261667803255c8e'/>
<id>urn:sha1:acf90165456e87cff19f45053261667803255c8e</id>
<content type='text'>
(cherry picked from commit 4aaf0ba69139d84f89e5c3feee6edd845af8d1e5)
</content>
</entry>
<entry>
<title>tftp: T4012: Add TFTP VRF support</title>
<updated>2021-12-03T15:02:33+00:00</updated>
<author>
<name>DmitriyEshenko</name>
<email>dmitriy.eshenko@vyos.io</email>
</author>
<published>2021-12-03T14:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=748ebb81cf36a6db766510891d619a0d76e73d9e'/>
<id>urn:sha1:748ebb81cf36a6db766510891d619a0d76e73d9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http-api: T3440: simplify vyos-http-api initialization</title>
<updated>2021-12-01T21:52:18+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-12-01T17:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=efbb2930dcc78ea1f870b5ae5467f1a576bbf08c'/>
<id>urn:sha1:efbb2930dcc78ea1f870b5ae5467f1a576bbf08c</id>
<content type='text'>
(cherry picked from commit f2bdd26c36e7074d093e001656bc649b7c7426d3)
</content>
</entry>
<entry>
<title>filesystem: T3946: partition resize as a service</title>
<updated>2021-11-25T12:26:39+00:00</updated>
<author>
<name>Andrii</name>
<email>85483797+andriiandrieiev@users.noreply.github.com</email>
</author>
<published>2021-11-19T11:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=86924ce3727aa7fe5caca248792874d221ae65cf'/>
<id>urn:sha1:86924ce3727aa7fe5caca248792874d221ae65cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http api: T3412: use FastAPI as web framework; support application/json</title>
<updated>2021-11-07T21:21:50+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2021-03-26T16:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=37c3ebc8aba14ba7605fbbb9c4013cbd2513400d'/>
<id>urn:sha1:37c3ebc8aba14ba7605fbbb9c4013cbd2513400d</id>
<content type='text'>
Replace the Flask micro-framework with FastAPI, in order to support
extensions to the API and OpenAPI 3.* generation. This change will
remain backwards compatible with previous versions. Notably, the
multipart forms version of requests remain supported; in addition
application/json requests are now natively supported.

(cherry picked from commit 0125fff200efe3259aa25953e7505f69679261f8)
</content>
</entry>
<entry>
<title>T3889: Revert "dhcpv6-pd: T421: disable wide dhcpv6 client debug messages"</title>
<updated>2021-10-04T17:44:23+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-10-04T17:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d4c5b4a87fc61310b9bb5579145e1c5978ca1f60'/>
<id>urn:sha1:d4c5b4a87fc61310b9bb5579145e1c5978ca1f60</id>
<content type='text'>
This reverts commit 184f25819fa43fc892b97c0044813b8aa56855b4.
</content>
</entry>
<entry>
<title>dhcpv6-pd: T421: disable wide dhcpv6 client debug messages</title>
<updated>2021-09-14T17:51:06+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-14T17:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=184f25819fa43fc892b97c0044813b8aa56855b4'/>
<id>urn:sha1:184f25819fa43fc892b97c0044813b8aa56855b4</id>
<content type='text'>
(cherry picked from commit 6b48900358ce9b01eaa78e3a086e95a26064f0df)
</content>
</entry>
<entry>
<title>dhcp-server: T2432: Run dhcpd in group vyattacfg to allow recreate lease files</title>
<updated>2021-08-09T13:03:51+00:00</updated>
<author>
<name>DmitriyEshenko</name>
<email>dmitriy.eshenko@vyos.io</email>
</author>
<published>2021-07-29T10:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e737bac9fc8c59c1e99862d805dc110ea52dd393'/>
<id>urn:sha1:e737bac9fc8c59c1e99862d805dc110ea52dd393</id>
<content type='text'>
</content>
</entry>
</feed>
