summaryrefslogtreecommitdiff
path: root/op-mode-definitions/igmp-proxy.xml.in
blob: 8533138d7115f02569ba9e6e01ca96df05a0d094 (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 systemctl restart igmpproxy.service</command>
      </node>
    </children>
  </node>
</interfaceDefinition>