<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/etc/systemd, branch vyos/1.4dev1</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=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-09-06T09:16:19+00:00</updated>
<entry>
<title>T5480: Ability to disable SNMP for keepalived service VRRP</title>
<updated>2023-09-06T09:16:19+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-05T10:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7a79dd77fa11fac4030e66057dde2d51f063b934'/>
<id>urn:sha1:7a79dd77fa11fac4030e66057dde2d51f063b934</id>
<content type='text'>
By default we enable `--snmp` for keepalived unit service
Add ability to disable it

set high-availability vrrp disable-snmp

(cherry picked from commit 5ae730a52de2f284e45cd433bb0cf66c8508f2f7)
</content>
</entry>
<entry>
<title>T3355: import startup scripts from vyatta-cfg repo for vyos-router</title>
<updated>2023-07-09T18:45:15+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-09T18:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=00f95c93b6c3aca25d5f4ba0e29b4f8db954952c'/>
<id>urn:sha1:00f95c93b6c3aca25d5f4ba0e29b4f8db954952c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5282: remove systemd management directive for frr.service</title>
<updated>2023-06-12T16:29:45+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-06-12T15:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=01028cf993e4c75462d62215e04b3934df95207d'/>
<id>urn:sha1:01028cf993e4c75462d62215e04b3934df95207d</id>
<content type='text'>
frr.service startup and shutdown is now explicitly managed by
vyos-router, so remove the systemd management directive.
</content>
</entry>
<entry>
<title>dns: T5144: Streamline ddclient systemd service override</title>
<updated>2023-06-04T08:59:49+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-06-04T07:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c14825f55d286d54ca3c04703ecbded1cb4c2cca'/>
<id>urn:sha1:c14825f55d286d54ca3c04703ecbded1cb4c2cca</id>
<content type='text'>
Templatize systemd override for ddclient service and move the generated
override files in /run. This ensures that the override files are always
generated afresh after boot.

Additionally, simplify the systemd override file by removing the
redundant/superfluous overrides.
</content>
</entry>
<entry>
<title>router-advert: T5240: verify() that no more then 3 IPv6 name-servers configured</title>
<updated>2023-05-28T13:23:33+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/marekm72/vyos-1x.git/commit/?id=8ef017a3496467433c311af63116af7657c58037'/>
<id>urn:sha1:8ef017a3496467433c311af63116af7657c58037</id>
<content type='text'>
This is a radvd limitation.
</content>
</entry>
<entry>
<title>hostapd: T5151: Override ConditionFileNotEmpty</title>
<updated>2023-04-10T17:19:30+00:00</updated>
<author>
<name>Andrew Gunnerson</name>
<email>accounts+github@chiller3.com</email>
</author>
<published>2023-04-10T17:19:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8eb85739c9656ba1447d61364117c9c06b0f867b'/>
<id>urn:sha1:8eb85739c9656ba1447d61364117c9c06b0f867b</id>
<content type='text'>
Debian's `debian/2%2.10-12` update of the hostap packaging added a
ConditionFileNotEmpty directive for `/etc/hostapd/&lt;...&gt;` paths, which
doesn't match the `/run/hostapd/&lt;...&gt;` paths that VyOS uses. This commit
updates the override file to use the proper VyOS paths.

https://salsa.debian.org/debian/wpa/-/commit/d204ceb5a2dc33db888eb55b5fee542a1005e69c

Signed-off-by: Andrew Gunnerson &lt;accounts+github@chiller3.com&gt;
</content>
</entry>
<entry>
<title>frr: T5045: remove LimitNOFILESoft</title>
<updated>2023-03-29T05:56:36+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-29T05:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4a44d8bbd328b99582d8079fd086a7239bfc2121'/>
<id>urn:sha1:4a44d8bbd328b99582d8079fd086a7239bfc2121</id>
<content type='text'>
Commit cb872efb ("frr: T5045: lift LimitNOFILE 1024 -&gt; 4096") added both
LimitNOFILE and LimitNOFILESoft parameters for FRR, as "systemctl cat frr.service"
showed both versions.

During daemon startup systemd complains:
Unknown key name 'LimitNOFILESoft' in section 'Service', ignoring.

So the key got removed again.
</content>
</entry>
<entry>
<title>keepalived: T5003: remove Debian default config path from ConditionFileNotEmpty</title>
<updated>2023-03-11T22:10:44+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-11T22:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f2f086567a3dea3717219e776a464a3a59ccc085'/>
<id>urn:sha1:f2f086567a3dea3717219e776a464a3a59ccc085</id>
<content type='text'>
Also ExecReload is a duplicate of the base service file
</content>
</entry>
<entry>
<title>keepalived: T5003: move to Debian upstream version</title>
<updated>2023-03-11T19:41:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-11T19:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d59af7458f481a9760cad1228cfd4ed255496683'/>
<id>urn:sha1:d59af7458f481a9760cad1228cfd4ed255496683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>frr: T5045: lift LimitNOFILE 1024 -&gt; 4096</title>
<updated>2023-03-07T21:44:06+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-07T21:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=cb872efb5b8dac9c9095502bbb14e858d07dfef3'/>
<id>urn:sha1:cb872efb5b8dac9c9095502bbb14e858d07dfef3</id>
<content type='text'>
Lift the amount of allowed open file descriptors for the FRR process tree.
Required if there are hundreds to thousands interfaces on a system.
</content>
</entry>
</feed>
