summaryrefslogtreecommitdiff
path: root/op-mode-definitions/igmp-proxy.xml.in
blob: d6ad7ed7e246de4eafa994809807a8080cb43610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<interfaceDefinition>
  <node name="restart">
    <children>
      <node name="igmp-proxy">
        <properties>
          <help>Restart the IGMP proxy process</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart.py restart_service --name igmp_proxy</command>
      </node>
    </children>
  </node>
</interfaceDefinition>