blob: 7fac98586e8a36aeadb832c334175e3fab602c2b (
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 bgp-afi-route-map.xml.i -->
<node name="route-map">
<properties>
<help>Route-map to filter route updates to/from this peer</help>
</properties>
<children>
<leafNode name="export">
<properties>
<help>Route-map to filter outgoing route updates</help>
<completionHelp>
<path>policy route-map</path>
</completionHelp>
</properties>
</leafNode>
<leafNode name="import">
<properties>
<help>Route-map to filter incoming route updates</help>
<completionHelp>
<path>policy route-map</path>
</completionHelp>
</properties>
</leafNode>
</children>
</node>
<!-- include end -->
|