<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/snmp/override.conf.tmpl, branch feature/T9082-codeql-cpp</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=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2022-05-01T16:59:29+00:00</updated>
<entry>
<title>snmp: T4353: fix Jinja2 linting errors</title>
<updated>2022-05-01T16:59:29+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-01T16:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5ffbd74baee4c3e987fe1875c2c73a1fe7afdbe1'/>
<id>urn:sha1:5ffbd74baee4c3e987fe1875c2c73a1fe7afdbe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>snmp: T4333: migrate to new vyos_defined Jinja2 test</title>
<updated>2022-04-11T18:57:16+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-11T18:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7e946dc26f628ac716a1d6a75664781e5685cb66'/>
<id>urn:sha1:7e946dc26f628ac716a1d6a75664781e5685cb66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>snmp: T4124: migrate to get_config_dict()</title>
<updated>2021-12-30T20:38:16+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-30T20:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=566f7f2401b79a79abe5ed9597fed325540983fa'/>
<id>urn:sha1:566f7f2401b79a79abe5ed9597fed325540983fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>snmp: T3709: Allow enable oid ipCidrRouteTable</title>
<updated>2021-08-10T09:54:19+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-08-10T09:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c87d3c277c4a023d42962005676827d69a976a1d'/>
<id>urn:sha1:c87d3c277c4a023d42962005676827d69a976a1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>snmp: T3606: fix unknown notification OID</title>
<updated>2021-06-13T14:22:19+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-06-13T14:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c40dd177b1ab62e311aa8c94e8032ca3b57fd934'/>
<id>urn:sha1:c40dd177b1ab62e311aa8c94e8032ca3b57fd934</id>
<content type='text'>
Commit 945300c6f5 ("snmp: mibs: import from vyatta-cfg-system") imported
the MIBs from vyatta-cfg-system and provided them with a symlink to
/usr/share/vyos/mibs. The symlink was never installed as the directory already
existed. Adjust the MIBDIRS environment variable to load the MIBs from the
proper VyOS folder and use no symlink at all.
</content>
</entry>
<entry>
<title>ssh: T3212: do not make /run/sshd directory disappear on failure</title>
<updated>2021-01-13T20:40:36+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-13T20:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=57fca79636b783dc4be2df1bc1ff12a0ce79d988'/>
<id>urn:sha1:57fca79636b783dc4be2df1bc1ff12a0ce79d988</id>
<content type='text'>
</content>
</entry>
<entry>
<title>snmp: vrf: T2682: support restart on failure indefinitely.</title>
<updated>2020-07-04T20:18:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-07-04T20:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b2291c5825c61b769e438db6f5083b06165e72e6'/>
<id>urn:sha1:b2291c5825c61b769e438db6f5083b06165e72e6</id>
<content type='text'>
Linux tries to bind sshd to the VRF but it is yet not ready - for any arbitrary
reason. After restarting SSH to often (rate-limiting) it is blocked by systemd.

Using Restart/RestartSec is not enough - systemd services use start rate
limiting (enabled by default). If service is started more than StartLimitBurst
times in StartLimitIntervalSec seconds is it not permitted to start any more.
Parameters are inherited from DefaultStartLimitIntervalSec (default 10s) and
DefaultStartLimitBurst (default 5).
</content>
</entry>
<entry>
<title>snmp: T2321: add VRF support</title>
<updated>2020-06-13T21:46:26+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-06-13T21:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=de112874efc3d75f669721abcca5160306b540b7'/>
<id>urn:sha1:de112874efc3d75f669721abcca5160306b540b7</id>
<content type='text'>
</content>
</entry>
</feed>
