<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/etc/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>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/marekm72/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/marekm72/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/marekm72/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/marekm72/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/marekm72/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/marekm72/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/marekm72/vyos-1x.git/commit/?id=4e1a5c7cf4213fd5617e387a2d4a6d1e9a475c54'/>
<id>urn:sha1:4e1a5c7cf4213fd5617e387a2d4a6d1e9a475c54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wwan: T3620: rename "wirelessmodem wlm" interfaces to new wwan interface tree</title>
<updated>2021-06-13T09:20:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-06-12T11:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8a98235b5d7f19a0f90cbd536097b3aef0ea29d7'/>
<id>urn:sha1:8a98235b5d7f19a0f90cbd536097b3aef0ea29d7</id>
<content type='text'>
(cherry picked from commit c2a1c071e7d0a9ca754d7f5016eed7db188b3d1a)
</content>
</entry>
<entry>
<title>ddns: T3151: update scripts to work with Bullseye upstream version</title>
<updated>2020-12-28T18:15:02+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-28T18:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c1fcbba9cb45f981e5bd8decf3ebbc1e17d9fbd9'/>
<id>urn:sha1:c1fcbba9cb45f981e5bd8decf3ebbc1e17d9fbd9</id>
<content type='text'>
</content>
</entry>
</feed>
