diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-28 10:00:57 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-11-28 10:00:57 +0100 |
commit | 192903561e5d7211155554fe06c18673fa74e1ed (patch) | |
tree | 3aa8e25a85e04365f5240e9b3f77017f9298d860 /interface-definitions/vrf.xml.in | |
parent | 4e167fac162427123f9f36e5ef25203a497a6c2d (diff) | |
download | vyos-1x-192903561e5d7211155554fe06c18673fa74e1ed.tar.gz vyos-1x-192903561e5d7211155554fe06c18673fa74e1ed.zip |
ospfv3: T3928: add VRF support
set vrf name foo protocols ospfv3
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 d6a602f53..14c31fa8a 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -60,6 +60,15 @@ #include <include/ospf/protocol-common-config.xml.i> </children> </node> + <node name="ospfv3" owner="${vyos_conf_scripts_dir}/protocols_ospfv3.py $VAR(../../@)"> + <properties> + <help>Open Shortest Path First (OSPF) for IPv6</help> + <priority>621</priority> + </properties> + <children> + #include <include/ospfv3/protocol-common-config.xml.i> + </children> + </node> <node name="static" owner="${vyos_conf_scripts_dir}/protocols_static.py $VAR(../../@)"> <properties> <help>Static route parameters</help> |