1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?xml version="1.0"?> <interfaceDefinition> <node name="show"> <children> <node name="firewall"> <children> <leafNode name="policy"> <properties> <help>Show firewall policy</help> </properties> <command>sudo ${vyos_op_scripts_dir}/show_firewall_policy.py --summary</command> </leafNode> </children> </node> </children> </node> </interfaceDefinition>