<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/system-option.xml.in, branch 1.4.0-epa3</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-epa3</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.4.0-epa3'/>
<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>T5374: Add system option time-format 12 or 24 hours</title>
<updated>2023-08-01T09:34:24+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-08-01T09:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7fd6d8c0e99ff4cb566598af65d8915c658ed749'/>
<id>urn:sha1:7fd6d8c0e99ff4cb566598af65d8915c658ed749</id>
<content type='text'>
Ability to set locate time format 12|24-hour

set system option time-format 12-hour|24-hour

$ date
Tue Aug  1 12:33:45 PM EEST 2023

$ date
Tue  1 Aug 12:34:09 EEST 2023
</content>
</entry>
<entry>
<title>T5336: Add Swedish keyboard-layout</title>
<updated>2023-07-05T13:56:27+00:00</updated>
<author>
<name>Apachez</name>
<email>apachez@gmail.com</email>
</author>
<published>2023-07-05T13:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5cbbd6c94f6892e55ff4c44445b454a6d0ab97db'/>
<id>urn:sha1:5cbbd6c94f6892e55ff4c44445b454a6d0ab97db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5002: Add uk United Kindom keymap</title>
<updated>2023-02-16T06:50:05+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-02-16T06:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=207abb6f35f12b9e516ef5b4eaf7375130b2431a'/>
<id>urn:sha1:207abb6f35f12b9e516ef5b4eaf7375130b2431a</id>
<content type='text'>
set system option keyboard-layout uk
</content>
</entry>
<entry>
<title>ssh: T2651: add source-interface support ssh-client</title>
<updated>2023-01-04T18:58:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2023-01-04T18:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=87cc636bd2baf576a2a5ece7a4f8318eb4f69c2e'/>
<id>urn:sha1:87cc636bd2baf576a2a5ece7a4f8318eb4f69c2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymap: T4695: Add Spain 'es' and Japan 'jp106' keymaps</title>
<updated>2022-09-14T18:42:24+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-09-14T17:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5e159042dc05825b473b41ed513641a59b13b647'/>
<id>urn:sha1:5e159042dc05825b473b41ed513641a59b13b647</id>
<content type='text'>
Add Spain (es) and Japan (jp106) keymaps

set system option keyboard-layout es|jp106
</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>filesystem: T3946: partition resize as a service</title>
<updated>2021-11-19T11:10:42+00:00</updated>
<author>
<name>Andrii</name>
<email>85483797+andriiandrieiev@users.noreply.github.com</email>
</author>
<published>2021-11-19T11:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bfc2d162e0ca07d7d2a9fe4967690b6399057c3d'/>
<id>urn:sha1:bfc2d162e0ca07d7d2a9fe4967690b6399057c3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Dvorak layout</title>
<updated>2021-04-01T11:49:34+00:00</updated>
<author>
<name>erkin</name>
<email>e.altunbas@vyos.io</email>
</author>
<published>2021-04-01T11:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=10094b1c12583c42272918dd47b2743f626cc8bf'/>
<id>urn:sha1:10094b1c12583c42272918dd47b2743f626cc8bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>system: T3078: rename "system options" -&gt; "system option"</title>
<updated>2020-11-20T23:36:00+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-20T23:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=193323ba5d2f0318ceb81b3969c0181ba3125cf2'/>
<id>urn:sha1:193323ba5d2f0318ceb81b3969c0181ba3125cf2</id>
<content type='text'>
By design a CLI node should not be named by its plural but rather describe it
as singular.
</content>
</entry>
</feed>
