diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-12-21 03:18:45 -0600 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-12-21 09:59:50 +0000 |
commit | 4a890dba1c4b06f177de24bbb54f55b2428ad2f1 (patch) | |
tree | 060acfc65b3a4bdd6c3f2c04fb8837ca647fd6e4 /op-mode-definitions/show-ip.xml.in | |
parent | a5a5658acde0ebb8b6866f6f0feaadaab938bd0a (diff) | |
download | vyos-1x-4a890dba1c4b06f177de24bbb54f55b2428ad2f1.tar.gz vyos-1x-4a890dba1c4b06f177de24bbb54f55b2428ad2f1.zip |
dhcp: T5846: Ensure DUID regex range is bound
The DUID regex was missing a lower bound, which could cause it not to
match when it should.
We have to specify the lower bound explicitly as 0 to keep the regex
behavior similar to that in Python (in Python, omitting the lower bound
is equivalent to specifying 0).
(cherry picked from commit 551f06218755076cde588c848c01ce5ca1bf5e6b)
Diffstat (limited to 'op-mode-definitions/show-ip.xml.in')
0 files changed, 0 insertions, 0 deletions