summaryrefslogtreecommitdiff
path: root/op-mode-definitions/force-ipv6.xml.in
blob: 7c252814808bf18a61077d66a3aaf0b676a5a14b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="force">
    <children>
      <node name="ipv6">
        <properties>
          <help>IPv6 related commands</help>
        </properties>
        <children>
          <node name="nd">
            <properties>
              <help>IPv6 Neighbor Discovery</help>
            </properties>
            <children>
              <tagNode name="interface">
                <properties>
                  <help>IPv6 Neighbor Discovery on specified interface</help>
                  <completionHelp>
                    <script>${vyos_completion_dir}/list_interfaces.py</script>
                  </completionHelp>
                </properties>
                <children>
                  <tagNode name="address">
                    <properties>
                      <help>IPv6 address of node to lookup</help>
                      <completionHelp>
                        <list>&lt;h:h:h:h:h:h:h:h&gt;</list>
                      </completionHelp>
                    </properties>
                    <command>ndisc6 -m "$6" "$4"</command>
                  </tagNode>
                </children>
              </tagNode>
            </children>
          </node>
          <node name="rd">
            <properties>
              <help>IPv6 Router Discovery</help>
            </properties>
            <children>
              <tagNode name="interface">
                <properties>
                  <help>IPv6 Router Discovery on specified interface</help>
                  <completionHelp>
                    <script>${vyos_completion_dir}/list_interfaces.py</script>
                  </completionHelp>
                </properties>
                <command>rdisc6 "$4"</command>
                <children>
                  <tagNode name="address">
                    <properties>
                      <help>IPv6 address of target</help>
                      <completionHelp>
                        <list>&lt;h:h:h:h:h:h:h:h&gt;</list>
                      </completionHelp>
                    </properties>
                    <command>rdisc6 -m "$6" "$4"</command>
                  </tagNode>
                </children>
              </tagNode>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>