blob: ad90bc4ac0667b9012c4fbad68a2429650e48d60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<leafNode name="source-interface">
<properties>
<help>Physical interface the traffic will go through</help>
<valueHelp>
<format>interface</format>
<description>Physical interface used for traffic forwarding</description>
</valueHelp>
<completionHelp>
<script>${vyos_completion_dir}/list_interfaces.py -t ethernet</script>
</completionHelp>
</properties>
</leafNode>
|