summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/ldp-sync.xml.i
blob: b3be8f5036aacb6243c123e5cfc9e52d44cb982f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- included start from ldp-sync.xml.i -->
<node name="ldp-sync">
  <properties>
    <help>Show LDP-IGP synchronization information</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
  <children>
    <tagNode name="interface">
      <properties>
        <help>Show specific LDP-IGP synchronization for an interface</help>
        <completionHelp>
          <script>${vyos_completion_dir}/list_interfaces</script>
        </completionHelp>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </tagNode>
  </children>
</node>
<!-- included end -->