<?xml version="1.0"?>
<interfaceDefinition>
  <node name="monitor">
    <children>
      <node name="bridge">
        <properties>
          <help>Monitoring bridge database generated objects and address changes</help>
        </properties>
        <command>sudo bridge monitor all</command>
        <children>
          <node name="link">
            <command>sudo bridge monitor link</command>
            <properties>
              <help>Monitoring bridge database generated connection interface changes</help>
            </properties>
          </node>
          <node name="fdb">
            <command>sudo bridge monitor fdb</command>
            <properties>
              <help>Monitor the forwarding database changes generated by the bridge database</help>
            </properties>
          </node>
          <node name="mdb">
            <command>sudo bridge monitor mdb</command>
            <properties>
              <help>Monitor the multicast database changes generated by the bridge database</help>
            </properties>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>