summaryrefslogtreecommitdiff
path: root/interface-definitions/include/bgp/afi-nexthop-self.xml.i
blob: 36a7512ca85f1e2ee08a0b290e75eb7f4f49fd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- include start from bgp/afi-nexthop-self.xml.i -->
<node name="nexthop-self">
  <properties>
    <help>Disable the next hop calculation for this peer</help>
  </properties>
  <children>
    <leafNode name="force">
      <properties>
        <help>Set the next hop to self for reflected routes</help>
        <valueless/>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->