Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.
|
|
T1334: Migration script runner rewrite
|
|
Add lexing support for new config file footer syntax.
|
|
|
|
|
|
|
|
The original config backend allows them, and it's needed ofr correct
operation of the commands pipe at edit levels other than the top level.
|
|
|
|
It's done through a global reference, but since the parser is already
not reentrant due to the lexer hack, the issue is moot.
|
|
(bare strings that can be either node identifiers or leaf node values).
That's required for compatibility with old configs because old configs allow it,
for example, "pre-shared secret f%#$!@*&".
|
|
|
|
|
|
of it.
|
|
mode "show" output"
This reverts commit a02c7c1cf4b0ba7666575648562f99f593306c27.
|
|
|
|
"show" output
which produces incomplete configs and thus breaks the "all top level nodes"
are non-leaf non-tag nodes invariant.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
concept) to mark tag nodes at parsing time.
|
|
|
|
|