<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/generic-description.xml.i, branch fix/T8955-http-api-verify-tls</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=fix%2FT8955-http-api-verify-tls</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=fix%2FT8955-http-api-verify-tls'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-03-10T20:09:06+00:00</updated>
<entry>
<title>xml: T6098: relax description constraint to allow non-ascii characters</title>
<updated>2024-03-10T20:09:06+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-03-10T20:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=66b92e1cd4ec948c1e2df4bee9b21da9633f5bd8'/>
<id>urn:sha1:66b92e1cd4ec948c1e2df4bee9b21da9633f5bd8</id>
<content type='text'>
A restriction to ascii in the constraint disallowed earlier support for
unicode bytes.
</content>
</entry>
<entry>
<title>xml: T5738: revert invalid change from lower character limit - 0 length must be allowed</title>
<updated>2024-03-10T16:56:08+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-03-10T16:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=724c685cba423758bece827d6d286815933ba912'/>
<id>urn:sha1:724c685cba423758bece827d6d286815933ba912</id>
<content type='text'>
This reverts a change from commit a72ededa0 ("xml: T5738: lower maximum
description to 255 characters") which incresaed the lower limit from 0 to 1.

We actually require 0 length value for description nodes as introduced in
commit 6eea12512e ("xml: T1579: allow zero length for description").
</content>
</entry>
<entry>
<title>xml: T5738: lower maximum description to 255 characters</title>
<updated>2024-03-10T11:50:35+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-03-10T11:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a72ededa0b29c25efaab52f2db170c34eba50248'/>
<id>urn:sha1:a72ededa0b29c25efaab52f2db170c34eba50248</id>
<content type='text'>
e.g. Linux Kernel only supports 255 and not 256 characters for the ifalias field.
</content>
</entry>
<entry>
<title>xml: T1579: allow zero length for description</title>
<updated>2023-01-29T08:02:05+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-01-29T08:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6eea12512e59cc28f5c2e5ca5ec7e9e7b21731da'/>
<id>urn:sha1:6eea12512e59cc28f5c2e5ca5ec7e9e7b21731da</id>
<content type='text'>
Some older VyOS 1.3 installations seem to use zero-length description fields.
Do not break them!</content>
</entry>
<entry>
<title>xml: T1579: merge generic-description.xml.i and interface/description.xml.i</title>
<updated>2023-01-07T08:07:40+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2023-01-07T08:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=662bae181cdff07a2472d7121d18ae37d380e062'/>
<id>urn:sha1:662bae181cdff07a2472d7121d18ae37d380e062</id>
<content type='text'>
No need to have two distinct include blocks as one superseeds the other. Also
this makes the entire behavior of "description" CLI node simpler.
</content>
</entry>
<entry>
<title>xml: T4883: allow whitespace in generic-description</title>
<updated>2023-01-06T09:13:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2023-01-06T09:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=528ecebe57d09c98754e83fcce2e1971e882b3ee'/>
<id>urn:sha1:528ecebe57d09c98754e83fcce2e1971e882b3ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>static: T4883: re-use description XML building block</title>
<updated>2023-01-05T06:24:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2023-01-05T06:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e3454b7ead66b5481aba2cc07670680dad4f4afa'/>
<id>urn:sha1:e3454b7ead66b5481aba2cc07670680dad4f4afa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: provide building block for a generic description node</title>
<updated>2021-07-02T20:12:43+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-07-02T20:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1a859a97f840d0205670eb96ff4fbc0dbe263b7e'/>
<id>urn:sha1:1a859a97f840d0205670eb96ff4fbc0dbe263b7e</id>
<content type='text'>
</content>
</entry>
</feed>
