<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/system-syslog.xml.in, branch 1.4.0-epa1</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.4.0-epa1</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.4.0-epa1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-01-01T08:25:32+00:00</updated>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2024-01-01T08:25:32+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-30T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c9eaafd9f808aba8d29be73054e11d37577e539a'/>
<id>urn:sha1:c9eaafd9f808aba8d29be73054e11d37577e539a</id>
<content type='text'>
We will use _ as CLI level divider. The XML definition filename and also
the Python helper should match the CLI node.

Example:
set interfaces ethernet -&gt; interfaces_ethernet.xml.in
set interfaces bond -&gt; interfaces_bond.xml.in
set service dhcp-server -&gt; service_dhcp-server-xml.in

(cherry picked from commit 4ef110fd2c501b718344c72d495ad7e16d2bd465)
</content>
</entry>
<entry>
<title>syslog: T2769: add VRF support</title>
<updated>2023-05-08T20:45:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-08T20:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=46d2bcdb0b500b4d1b9d973ab5b9ca3c6cf44e51'/>
<id>urn:sha1:46d2bcdb0b500b4d1b9d973ab5b9ca3c6cf44e51</id>
<content type='text'>
Allow syslog messages to be sent through a VRF (e.g. management).
</content>
</entry>
<entry>
<title>syslog: T2778: migrate to get_config_dict()</title>
<updated>2023-05-08T20:45:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-08T19:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1dc79cebc6d27a8f9d2f9ca9c2e0f2fd0809d940'/>
<id>urn:sha1:1dc79cebc6d27a8f9d2f9ca9c2e0f2fd0809d940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslog: T2769: xml: improve completion helpers</title>
<updated>2023-05-05T21:17:19+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-05T21:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=361dc162b2f9e7c7e83175a0820c8b134e631785'/>
<id>urn:sha1:361dc162b2f9e7c7e83175a0820c8b134e631785</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslog: T2769: xml: provide common facility building block</title>
<updated>2023-05-05T20:54:27+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-05T20:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a5a34f9a64d783e7293c58aa83003c4388fb0d27'/>
<id>urn:sha1:a5a34f9a64d783e7293c58aa83003c4388fb0d27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslog: T2769: xml: provide common constraint for system usernames</title>
<updated>2023-05-05T20:52:06+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-05T20:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2c8647350a771a8e28db03ec82cda20b58db7323'/>
<id>urn:sha1:2c8647350a771a8e28db03ec82cda20b58db7323</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslog: T4500: Remove max-size from rsyslog leaving rotation to logrotate</title>
<updated>2022-07-07T08:07:55+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-07-06T17:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=52ce659509022807c4a38fcb791abd325f3e8b00'/>
<id>urn:sha1:52ce659509022807c4a38fcb791abd325f3e8b00</id>
<content type='text'>
After discussion with @zsdc this was decided the better long term fix

* Removes hourly logrotate cron in favour of systemd timer override
</content>
</entry>
<entry>
<title>xml: T4047: use full string match in the regex validator</title>
<updated>2022-04-29T17:51:50+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-29T17:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=80ecb1b7aaab47edeb355c3b74a763e940d88179'/>
<id>urn:sha1:80ecb1b7aaab47edeb355c3b74a763e940d88179</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: syslog: use port-number building block</title>
<updated>2021-08-17T07:59:55+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-17T07:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c0483db231eb86ff6f5f64064d5dfce8c602e07f'/>
<id>urn:sha1:c0483db231eb86ff6f5f64064d5dfce8c602e07f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: T3488: when using regex one must use ^ and $ when checking string literals</title>
<updated>2021-04-20T19:01:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-04-20T19:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=85d0ae7b434a3ae9f3bd50ad7fee1fcd23b26a26'/>
<id>urn:sha1:85d0ae7b434a3ae9f3bd50ad7fee1fcd23b26a26</id>
<content type='text'>
</content>
</entry>
</feed>
