diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-29 10:14:27 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-29 10:14:27 +0200 |
commit | 98895f5b31d20bbdc86680c9f73679b7905d7eb6 (patch) | |
tree | 8c5cba88782014f801d4641052784a54a2e32788 /interface-definitions/vrf.xml.in | |
parent | f0fb71366bcfb72de4a5ee280d35e28016d6a3c5 (diff) | |
download | vyos-1x-98895f5b31d20bbdc86680c9f73679b7905d7eb6.tar.gz vyos-1x-98895f5b31d20bbdc86680c9f73679b7905d7eb6.zip |
eigrp: vrf: T2773: prepare XML definitions for VRF instance
Diffstat (limited to 'interface-definitions/vrf.xml.in')
-rw-r--r-- | interface-definitions/vrf.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index 25a573887..b63d60415 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -58,6 +58,15 @@ #include <include/bgp/protocol-common-config.xml.i> </children> </node> + <node name="eigrp" owner="${vyos_conf_scripts_dir}/protocols_eigrp.py $VAR(../../@)"> + <properties> + <help>Enhanced Interior Gateway Routing Protocol (EIGRP)</help> + <priority>821</priority> + </properties> + <children> + #include <include/eigrp/protocol-common-config.xml.i> + </children> + </node> <node name="isis" owner="${vyos_conf_scripts_dir}/protocols_isis.py $VAR(../../@)"> <properties> <help>Intermediate System to Intermediate System (IS-IS)</help> |