diff options
| author | Daniil Baturin <daniil@vyos.io> | 2020-04-23 16:09:19 +0300 |
|---|---|---|
| committer | Daniil Baturin <daniil@vyos.io> | 2020-04-23 16:09:19 +0300 |
| commit | 23df7869d29ec574b22b5d793f215e6f62084dfd (patch) | |
| tree | 7bb792b30fdef55c8d6062fce2ca38708862d52a | |
| parent | 2703915afb9a6bf266adc8834ab01ef721c03424 (diff) | |
| download | vyos-1x-23df7869d29ec574b22b5d793f215e6f62084dfd.tar.gz vyos-1x-23df7869d29ec574b22b5d793f215e6f62084dfd.zip | |
Sync the RNC and RNG op mode definition schemas.
| -rw-r--r-- | schema/op-mode-definition.rnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/op-mode-definition.rnc b/schema/op-mode-definition.rnc index 9c84de0e4..804ab3596 100644 --- a/schema/op-mode-definition.rnc +++ b/schema/op-mode-definition.rnc @@ -43,7 +43,7 @@ node = element node tagNode = element tagNode { nodeNameAttr, - (properties? & children & command?) + (properties? & children? & command?) } # Leaf nodes are terminal configuration nodes that can't have children, |
