<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/etc/systemd/system, branch 1.3.5</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.5</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.5'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-05-28T13:35:30+00:00</updated>
<entry>
<title>router-advert: T5240: verify() that no more then 3 IPv6 name-servers configured</title>
<updated>2023-05-28T13:35:30+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-28T13:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2e841f7595deae6251e090c46d2bd70b22b9193f'/>
<id>urn:sha1:2e841f7595deae6251e090c46d2bd70b22b9193f</id>
<content type='text'>
This is a radvd limitation.

(cherry picked from commit 8ef017a3496467433c311af63116af7657c58037)
</content>
</entry>
<entry>
<title>ethernet: T4538: fix wrong systemd unit used for EAPoL</title>
<updated>2022-08-19T18:04:00+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-19T16:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=33db81f8055fa471d3b0b6cdf78c2a057c11a0fc'/>
<id>urn:sha1:33db81f8055fa471d3b0b6cdf78c2a057c11a0fc</id>
<content type='text'>
When MACsec was bound to an ethernet interface and the underlaying
source-interface got changed (even description only) this terminated the
MACsec session running on top of it.

The root cause is when EAPoL was implemented in commit d59354e52a8a7f we
re-used the same systemd unit which is responsible for MACsec. That indeed lead
to the fact that wpa_supplicant was always stopped when anything happened on
the underlaying source-interface that was not related to EAPoL.

(cherry picked from commit f92a23ef9ab8be59681e5b7ba627e399d89bce53)
</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>keepalived: T4128: add systemd option Type=simple</title>
<updated>2022-01-09T19:55:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-01-03T17:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1bb6b4458aa639e7dbea9fc9d6f666bdc7ea9612'/>
<id>urn:sha1:1bb6b4458aa639e7dbea9fc9d6f666bdc7ea9612</id>
<content type='text'>
Without this option systemd startup will hit a timeout and the kill keepalived
again.

(cherry picked from commit 2a279f48e208b90c91eac5d6c5855e65cee39018)
</content>
</entry>
<entry>
<title>openvpn: T3995: implement systemd reload support</title>
<updated>2021-11-17T19:41:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-15T20:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b618790b9e5ab51e5d4f65e6756fedca70882cba'/>
<id>urn:sha1:b618790b9e5ab51e5d4f65e6756fedca70882cba</id>
<content type='text'>
(cherry picked from commit eceaa3a787929f5a514b9c45da52936c0d4d4a54)
</content>
</entry>
<entry>
<title>OpenVPN: T3350: Changed custom options for OpenVPN processing</title>
<updated>2021-11-17T19:41:14+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2021-10-04T07:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=50a1b4a1170182864760613216b68322f165a749'/>
<id>urn:sha1:50a1b4a1170182864760613216b68322f165a749</id>
<content type='text'>
Custom OpenVPN options moved back to the command line from a
configuration file. This should keep full compatibility with the
`crux` branch, and allows to avoid mistakes with parsing options
that contain `--` in the middle.
The only smart part of this - handling a `push` option. Because
of internal changes in OpenVPN, previously it did not require an
argument in the double-quotes, but after version update in
`equuleus` and `sagitta` old syntax became invalid. So, all the
`push` options are processed to add quotes. The solution is still
not complete, because if a single config line contains `push` with
other options, it will not work, but it is better than nothing.

(cherry picked from commit 3fd2ff423b6c6e992b2ed531c7ba99fb9e1a2123)
</content>
</entry>
<entry>
<title>vrrp: keepalived: T616: drop /etc/default/keepalived</title>
<updated>2021-09-21T20:33:07+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-21T20:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=260f383221ea1b23e644b0c50f45eeb300e9bc24'/>
<id>urn:sha1:260f383221ea1b23e644b0c50f45eeb300e9bc24</id>
<content type='text'>
This is a follow-up commit to 65398e5c8 ("vrrp: keepalived: T616: move
configuration to volatile /run directory") as it makes no sense to store a
static /etc/default/keepalived file marked as "Autogenerated by VyOS" that only
enabled the SNMP option to keepalived.

Better pass the --snmp switch via the systemd override file and drop all other
references/files.
</content>
</entry>
<entry>
<title>vrrp: keepalived: T616: move configuration to volatile /run directory</title>
<updated>2021-09-21T20:18:54+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-21T18:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=65398e5c8aedf2f206bb706e97aa828e409d07b3'/>
<id>urn:sha1:65398e5c8aedf2f206bb706e97aa828e409d07b3</id>
<content type='text'>
Move keepalived configuration from /etc/keepalived to /run/keepalived.

(cherry picked from commit b243795eba1b36cadd81c3149e833bdf5c5bea70)
</content>
</entry>
<entry>
<title>openvpn: T3805: drop privileges using systemd - required for rtnetlink</title>
<updated>2021-09-09T07:14:36+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-08T12:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c593bf7f597735b4b95c3923bb6ea6fc2c2ae346'/>
<id>urn:sha1:c593bf7f597735b4b95c3923bb6ea6fc2c2ae346</id>
<content type='text'>
(cherry picked from commit 2647edc30f1e02840cae62fde8b44345d35ac720)
</content>
</entry>
<entry>
<title>conntrack-sync: T3535: Rewrite conf and op modes to XML python style</title>
<updated>2021-07-02T13:43:27+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-07-02T13:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4e1a5c7cf4213fd5617e387a2d4a6d1e9a475c54'/>
<id>urn:sha1:4e1a5c7cf4213fd5617e387a2d4a6d1e9a475c54</id>
<content type='text'>
</content>
</entry>
</feed>
