summaryrefslogtreecommitdiff
path: root/interface-definitions/include/bgp/afi-attribute-unchanged.xml.i
blob: 6d39e4589bdc710bf5b4011d37bafce1ebd8bb3c (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/afi-attribute-unchanged.xml.i -->
<node name="attribute-unchanged">
  <properties>
    <help>BGP attributes are sent unchanged</help>
  </properties>
  <children>
    <leafNode name="as-path">
      <properties>
        <help>Send AS path unchanged</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="med">
      <properties>
        <help>Send multi-exit discriminator unchanged</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="next-hop">
      <properties>
        <help>Send nexthop unchanged</help>
        <valueless/>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->