diff options
author | John Estabrook <jestabro@vyos.io> | 2021-04-14 13:40:33 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-04-14 16:27:52 -0500 |
commit | bafdc46e7af94b32aa3fed90c287ac170d764b7d (patch) | |
tree | 993fb02cfb1509981d4214e39f387935ededdedb /python/vyos/xml/kw.py | |
parent | 95bda816390a1aa0a2da3d1e93fb8bc05012d57b (diff) | |
download | vyos-1x-bafdc46e7af94b32aa3fed90c287ac170d764b7d.tar.gz vyos-1x-bafdc46e7af94b32aa3fed90c287ac170d764b7d.zip |
xml: T3475: disable processing of syntaxVersion element
Diffstat (limited to 'python/vyos/xml/kw.py')
-rw-r--r-- | python/vyos/xml/kw.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/vyos/xml/kw.py b/python/vyos/xml/kw.py index 64521c51a..58d47e751 100644 --- a/python/vyos/xml/kw.py +++ b/python/vyos/xml/kw.py @@ -27,7 +27,6 @@ def found(word): # root -version = '[version]' tree = '[tree]' priorities = '[priorities]' owners = '[owners]' |