summaryrefslogtreecommitdiff
path: root/interface-definitions/include/bgp/neighbor-capability.xml.i
blob: c5ed3c840d6ff75f968ad1458f3595d3d89ca158 (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
26
27
<!-- include start from bgp/neighbor-capability.xml.i -->
<node name="capability">
  <properties>
    <help>Advertise capabilities to this peer-group</help>
  </properties>
  <children>
    <leafNode name="dynamic">
      <properties>
        <help>Advertise dynamic capability to this neighbor</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="extended-nexthop">
      <properties>
        <help>Advertise extended-nexthop capability to this neighbor</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="software-version">
      <properties>
        <help>Advertise Software Version capability to the peer</help>
        <valueless/>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->