summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface/mirror.xml.i
blob: 2959551f0ff02774bd7eb670e54163799d7d0e6e (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 interface/mirror.xml.i -->
<node name="mirror">
  <properties>
    <help>Incoming/outgoing packet mirroring destination</help>
  </properties>
  <children>
    <leafNode name="ingress">
      <properties>
        <help>Mirror the ingress traffic of the interface to the destination interface</help>
        <completionHelp>
            <script>${vyos_completion_dir}/list_interfaces.py</script>
        </completionHelp>
      </properties>
    </leafNode>
    <leafNode name="egress">
      <properties>
        <help>Mirror the egress traffic of the interface to the destination interface</help>
        <completionHelp>
            <script>${vyos_completion_dir}/list_interfaces.py</script>
        </completionHelp>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->