summaryrefslogtreecommitdiff
path: root/interface-definitions/protocols-ospf.xml.in
blob: d9c3325ec952d527b702b67db8704266c681ffa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<interfaceDefinition>
  <node name="protocols">
    <children>
      <node name="ospf" owner="${vyos_conf_scripts_dir}/protocols_ospf.py">
        <properties>
          <help>Open Shortest Path First (OSPF)</help>
          <priority>620</priority>
        </properties>
        <children>
          #include <include/ospf/ospf-common-config.xml.i>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>