blob: 938d4ffa2dfaff459dcea0dde00130a26bb97514 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- included start from bgp/martian-next-hop.xml.i -->
<node name="martian">
<properties>
<help>Martian next-hops</help>
</properties>
<children>
<leafNode name="next-hop">
<properties>
<help>Martian next-hop database</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
</children>
</node>
<!-- included end -->
|