Page MenuHomeVyOS Platform

policy-route.xml.in
No OneTemporary

Size
5 KB
Referenced Files
None
Subscribers
None

policy-route.xml.in

<?xml version="1.0"?>
<interfaceDefinition>
<!--
<node name="clear">
<children>
<node name="policy">
<properties>
<help>Clear policy statistics</help>
</properties>
<children>
<tagNode name="ipv6-route">
<properties>
<help>Clear policy statistics for chain</help>
<completionHelp>
<path>policy ipv6-route</path>
</completionHelp>
</properties>
<children>
<leafNode name="counters">
<properties>
<help>Clear counters for specified chain</help>
</properties>
<command>echo "TODO"</command>
</leafNode>
<tagNode name="rule">
<properties>
<help>Clear policy statistics for a rule</help>
<completionHelp>
<path>policy ipv6-route ${COMP_WORDS[4]} rule</path>
</completionHelp>
</properties>
<children>
<leafNode name="counters">
<properties>
<help>Clear counters for specified rule</help>
</properties>
<command>echo "TODO"</command>
</leafNode>
</children>
</tagNode>
</children>
</tagNode>
<tagNode name="route">
<properties>
<help>Clear policy statistics for chain</help>
<completionHelp>
<path>policy route</path>
</completionHelp>
</properties>
<children>
<leafNode name="counters">
<properties>
<help>Clear counters for specified chain</help>
</properties>
<command>echo "TODO"</command>
</leafNode>
<tagNode name="rule">
<properties>
<help>Clear policy statistics for a rule</help>
<completionHelp>
<path>policy route ${COMP_WORDS[4]} rule</path>
</completionHelp>
</properties>
<children>
<leafNode name="counters">
<properties>
<help>Clear counters for specified rule</help>
</properties>
<command>echo "TODO"</command>
</leafNode>
</children>
</tagNode>
</children>
</tagNode>
</children>
</node>
</children>
</node>
-->
<node name="show">
<children>
<node name="policy">
<properties>
<help>Show policy information</help>
</properties>
<children>
<node name="route6">
<properties>
<help>Show IPv6 policy chain</help>
</properties>
<command>sudo ${vyos_op_scripts_dir}/policy_route.py --action show_all --ipv6</command>
</node>
<tagNode name="route6">
<properties>
<help>Show IPv6 policy chains</help>
<completionHelp>
<path>policy route6</path>
</completionHelp>
</properties>
<children>
<tagNode name="rule">
<properties>
<help>Show summary of IPv6 policy rules</help>
<completionHelp>
<path>policy route6 ${COMP_WORDS[4]} rule</path>
</completionHelp>
</properties>
<command>sudo ${vyos_op_scripts_dir}/policy_route.py --action show --name $4 --rule $6 --ipv6</command>
</tagNode>
</children>
<command>sudo ${vyos_op_scripts_dir}/policy_route.py --action show --name $4 --ipv6</command>
</tagNode>
<node name="route">
<properties>
<help>Show IPv4 policy chain</help>
</properties>
<command>sudo ${vyos_op_scripts_dir}/policy_route.py --action show_all</command>
</node>
<tagNode name="route">
<properties>
<help>Show IPv4 policy chains</help>
<completionHelp>
<path>policy route</path>
</completionHelp>
</properties>
<children>
<tagNode name="rule">
<properties>
<help>Show summary of IPv4 policy rules</help>
<completionHelp>
<path>policy route ${COMP_WORDS[4]} rule</path>
</completionHelp>
</properties>
<command>sudo ${vyos_op_scripts_dir}/policy_route.py --action show --name $4 --rule $6</command>
</tagNode>
</children>
<command>sudo ${vyos_op_scripts_dir}/policy_route.py --action show --name $4</command>
</tagNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>

File Metadata

Mime Type
text/xml
Expires
Sat, Sep 26, 1:51 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4250867
Default Alt Text
policy-route.xml.in (5 KB)

Event Timeline