summaryrefslogtreecommitdiff
path: root/interface-definitions/include/segment-routing/algorithm.xml.i
blob: dae019b22f2b31f48dcf1e8ec17b895768314cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- include start from segment-routing/algorithm.xml.i -->
<node name="algorithm">
  <properties>
    <help>IGP prefix algorithm style</help>
  </properties>
  <children>
    <leafNode name="spf">
      <properties>
        <help>Shortest Path First (SPF)</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="strict-spf">
      <properties>
        <help>Strict Shortest Path First (SPF) - ignore any possible local policy overriding the SPF along the path</help>
        <valueless/>
      </properties>
    </leafNode>
  </children>
</node>