summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-netns.xml.in
blob: 8d5072d4e9de8b3eec7bd264ed389e8afc68796d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="netns">
        <properties>
          <help>Show network namespace information</help>
        </properties>
        <command>ip netns ls</command>
      </node>
    </children>
  </node>
</interfaceDefinition>