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:06 +0100 |
commit | fbc10c8ccdcba6b8625cc8286d59bd854e8b30f2 (patch) | |
tree | 8e891f8dc98eacdcf139e189db8ef39f90c95ccb /interface-definitions/protocols-isis.xml.in | |
parent | 84b4f96c48e38aa3d9c2eca8ccdf375b33841c6e (diff) | |
download | vyos-1x-fbc10c8ccdcba6b8625cc8286d59bd854e8b30f2.tar.gz vyos-1x-fbc10c8ccdcba6b8625cc8286d59bd854e8b30f2.zip |
isis: T2495: add missing priority node
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> |