]> git.ipfire.org Git - thirdparty/bird.git/commit
Conf: Bytestrings with hex: should use the same general format as ones without.
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 6 Oct 2023 00:36:59 +0000 (02:36 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 6 Oct 2023 02:59:47 +0000 (04:59 +0200)
commitc5c3a22bccda5454775b48ad318a7fd4bf197f86
treeef97b0adc90255c61c2387bdce4c45112291b780
parente83beb70bd14923cece5b35411606ade6fb8fbee
Conf: Bytestrings with hex: should use the same general format as ones without.

Either hex:01234567, or hex:01:23:45:67. No confusing formats like
hex:0123:4567:ab:cdef, which looks like there is an implicit zero byte.
conf/cf-lex.l
doc/bird.sgml
lib/strtoul.c