<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/systemd, branch 1.3.2</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=1.3.2</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2022-08-15T16:00:56+00:00</updated>
<entry>
<title>macsec: T4537: remove debug falg "-d" from systemd service file</title>
<updated>2022-08-15T16:00:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-01T19:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dc41d55eba5e47a105d295e27fd30a0e6d62c711'/>
<id>urn:sha1:dc41d55eba5e47a105d295e27fd30a0e6d62c711</id>
<content type='text'>
(cherry picked from commit fa25d349aebc86e43957f37db765787fb7e431db)
</content>
</entry>
<entry>
<title>macsec: T4537: supply PID path via systemd service file to daemon</title>
<updated>2022-08-15T16:00:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-01T18:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=52b4b47f9e2484af7d493b72ebf0999c0047bf7b'/>
<id>urn:sha1:52b4b47f9e2484af7d493b72ebf0999c0047bf7b</id>
<content type='text'>
(cherry picked from commit 5e919d3f91bccaf64878a94756c21766896db132)
</content>
</entry>
<entry>
<title>macsec: T4537: restart wpa_supplicant on error</title>
<updated>2022-08-15T16:00:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-01T17:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fdc7814f12bc0bd1a6442284a5dbac8adeb57f54'/>
<id>urn:sha1:fdc7814f12bc0bd1a6442284a5dbac8adeb57f54</id>
<content type='text'>
(cherry picked from commit b2ff1407330e383a9fff688376377efc534bcfbc)
</content>
</entry>
<entry>
<title>macsec: T2023: fixup systemd unit description</title>
<updated>2022-08-15T16:00:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-07-22T21:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=66c1fbe7665fab4a51cbf1d626925d27e339f118'/>
<id>urn:sha1:66c1fbe7665fab4a51cbf1d626925d27e339f118</id>
<content type='text'>
(cherry picked from commit bc70c1f502bc587627b1bd15f6803c6c09d20a66)
</content>
</entry>
<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/vyos/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/vyos/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/vyos/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/vyos/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/vyos/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/vyos/vyos-1x.git/commit/?id=86924ce3727aa7fe5caca248792874d221ae65cf'/>
<id>urn:sha1:86924ce3727aa7fe5caca248792874d221ae65cf</id>
<content type='text'>
</content>
</entry>
</feed>
