diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-19 16:25:06 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-19 16:25:20 +0100 |
commit | 6b0e361d0681ab516542b9eeb58c1bbaf55add33 (patch) | |
tree | 1a637feda53638253193104e6d8dd86bf7fd535e /interface-definitions/protocols-isis.xml.in | |
parent | 10f48fbb7453ef064bd036a0dca2b31de2907692 (diff) | |
download | vyos-1x-6b0e361d0681ab516542b9eeb58c1bbaf55add33.tar.gz vyos-1x-6b0e361d0681ab516542b9eeb58c1bbaf55add33.zip |
isis: T2495: add missing priority node
(cherry picked from commit fbc10c8ccdcba6b8625cc8286d59bd854e8b30f2)
Diffstat (limited to 'interface-definitions/protocols-isis.xml.in')
-rw-r--r-- | interface-definitions/protocols-isis.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/protocols-isis.xml.in b/interface-definitions/protocols-isis.xml.in index 4ac378977..5b26d6923 100644 --- a/interface-definitions/protocols-isis.xml.in +++ b/interface-definitions/protocols-isis.xml.in @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Protocol IS-IS configuration --> <interfaceDefinition> <node name="protocols"> <children> <tagNode name="isis" owner="${vyos_conf_scripts_dir}/protocols_isis.py"> <properties> <help>Intermediate System to Intermediate System (IS-IS)</help> + <priority>610</priority> <valueHelp> <format>text(TAG)</format> <description>ISO Routing area tag</description> |