Age | Commit message (Collapse) | Author |
|
A restriction to ascii in the constraint disallowed earlier support for
unicode bytes.
|
|
be allowed
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").
|
|
e.g. Linux Kernel only supports 255 and not 256 characters for the ifalias field.
|
|
Some older VyOS 1.3 installations seem to use zero-length description fields.
Do not break them!
|
|
No need to have two distinct include blocks as one superseeds the other. Also
this makes the entire behavior of "description" CLI node simpler.
|
|
|
|
|
|
|