summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-firewall-policy.xml.in
blob: 82793736e6f70ff78b198a812d4c498efa459daf (plain)
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>