Revised CLICON_YANG_UNKNOWN_ANYDATA patch: dont allow new nodes after initial startup

This commit is contained in:
Olof hagsand 2020-07-23 17:04:12 +02:00
parent 316cad35ff
commit 36576143b5
3 changed files with 75 additions and 21 deletions

View file

@ -334,7 +334,7 @@ module clixon-config {
type boolean;
default false;
description
"Treat unknown XML/JSON nodes as anydata.
"Treat unknown XML/JSON nodes as anydata when loading from startup db.
This does not apply to namespaces, which means a top-level node: xxx:yyy
is accepted only if yyy is unknown, not xxx";
}