summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ospf/default-information.xml.i
blob: 50cda54a430374d0835cec310b019af63d373d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- include start from ospf/intervals.xml.i -->
<node name="default-information">
  <properties>
    <help>Default route advertisment settings</help>
  </properties>
  <children>
    <node name="originate">
      <properties>
        <help>Distribute a default route</help>
      </properties>
      <children>
        <leafNode name="always">
          <properties>
            <help>Always advertise a default route</help>
            <valueless/>
          </properties>
        </leafNode>
        #include <include/ospf/metric.xml.i>
        #include <include/ospf/metric-type.xml.i>
        #include <include/route-map.xml.i>
      </children>
    </node>
  </children>
</node>
<!-- include end -->