<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/debian, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2023-09-13T11:42:28+00:00</updated>
<entry>
<title>frr: T5239: T2061: prevent writing logs to /var/log/frr/frr.log</title>
<updated>2023-09-13T11:42:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-12T05:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=67e95d8287477b3c74c4c91339143f7ec9ba6a77'/>
<id>urn:sha1:67e95d8287477b3c74c4c91339143f7ec9ba6a77</id>
<content type='text'>
(cherry picked from commit d4b9b2aa5f5dda6a11b7038ab0ab52653531183d)
</content>
</entry>
<entry>
<title>Debian: T5521: remove unused tacacs UNIX group</title>
<updated>2023-08-29T15:44:46+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-29T15:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=c5def347e7cd5bca7a3d14d5a7d950cd09393921'/>
<id>urn:sha1:c5def347e7cd5bca7a3d14d5a7d950cd09393921</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Debian: T5521: use bash over dash for postinstall script</title>
<updated>2023-08-29T05:35:13+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-29T05:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=ed5d11a7b3e40e13c07823d9336cdc47d440165c'/>
<id>urn:sha1:ed5d11a7b3e40e13c07823d9336cdc47d440165c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Debian: T5521: use --no-create-home for TACACS users</title>
<updated>2023-08-28T19:50:45+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-28T19:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=7b52cfe98c5a2ff347a7bc947183768609d5a7c8'/>
<id>urn:sha1:7b52cfe98c5a2ff347a7bc947183768609d5a7c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Debian: T5521: place AAA users in users group (besides aaa group)</title>
<updated>2023-08-28T19:46:23+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-28T19:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=30390ac4b8e631bebad9082c75615cb147263c2e'/>
<id>urn:sha1:30390ac4b8e631bebad9082c75615cb147263c2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Debian: T5521: both RADIUS and TACACS users belong to aaa group, add group first</title>
<updated>2023-08-28T19:24:14+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-28T19:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=469267b21944e2469b0faf0bc1b54dad15b1bbcc'/>
<id>urn:sha1:469267b21944e2469b0faf0bc1b54dad15b1bbcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>netplug: T5476: rewrite dhclient helper from Perl -&gt; Python</title>
<updated>2023-08-16T11:22:14+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-15T10:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=1ab8166a5481c184ded9abf8da48dd0d391c8ae3'/>
<id>urn:sha1:1ab8166a5481c184ded9abf8da48dd0d391c8ae3</id>
<content type='text'>
There are two hooks called for bridge, ethernet and bond interfaces if the
link-state changes up -&gt; down or down -&gt; up.

The helpers are:
* /etc/netplug/linkdown.d/dhclient
* /etc/netplug/linkup.d/dhclient

As those helpers use Linux actions to start/restart the dhclient process in
Perl it's time to rewrite it. First goal is to get rid of all Perl code and the
second is that we now have a Proper Python library. Instead of checking if the
process is running the then restarting it without even systemd noticing
(yeah we might get two processes beeing alive) we should:

* Add a Python helper that can be used for both up and down (see man 8 netplugd
  FILES section)
* Query the VyOS CLI config if the interface in question has DHCP(v6)
  configured and is not disabled
* Add IPv6 DHCPv6 support

MAN page: https://linux.die.net/man/8/netplugd
</content>
</entry>
<entry>
<title>T5434: drop unneeded cache generation from old lib</title>
<updated>2023-08-11T03:26:55+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-08-10T19:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=549a199e96c9d37c3af9d25bda6136c23e57e79a'/>
<id>urn:sha1:549a199e96c9d37c3af9d25bda6136c23e57e79a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5448: Add service zabbix-agent version 2</title>
<updated>2023-08-09T14:28:21+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-08-08T19:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=f9acf743cc27727d38dcbff6fb59534b5a1b443f'/>
<id>urn:sha1:f9acf743cc27727d38dcbff6fb59534b5a1b443f</id>
<content type='text'>
Add service zabbix-agent

set service zabbix-agent directory '/config/zabbix/'
set service zabbix-agent limits buffer-flush-interval '8'
set service zabbix-agent limits buffer-size '120'
set service zabbix-agent log debug-level 'warning'
set service zabbix-agent log size '1'
set service zabbix-agent server '192.0.2.5'
set service zabbix-agent server-active 192.0.2.5 port '10051'
set service zabbix-agent server-active 2001:db8::123
</content>
</entry>
<entry>
<title>T5436: Add missing preconfig-script</title>
<updated>2023-08-04T10:28:20+00:00</updated>
<author>
<name>Apachez</name>
<email>apachez@gmail.com</email>
</author>
<published>2023-08-04T10:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=5a987d4a484bf4efac98be0e4d8faad269ad764b'/>
<id>urn:sha1:5a987d4a484bf4efac98be0e4d8faad269ad764b</id>
<content type='text'>
</content>
</entry>
</feed>
