diff options
Diffstat (limited to 'interface-definitions/protocols_isis.xml.in')
-rw-r--r-- | interface-definitions/protocols_isis.xml.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/interface-definitions/protocols_isis.xml.in b/interface-definitions/protocols_isis.xml.in new file mode 100644 index 000000000..e0bc47bb9 --- /dev/null +++ b/interface-definitions/protocols_isis.xml.in @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<interfaceDefinition> + <node name="protocols"> + <children> + <node name="isis" owner="${vyos_conf_scripts_dir}/protocols_isis.py"> + <properties> + <help>Intermediate System to Intermediate System (IS-IS)</help> + <priority>610</priority> + </properties> + <children> + #include <include/isis/protocol-common-config.xml.i> + </children> + </node> + </children> + </node> +</interfaceDefinition> |