<form>
    <field>
        <id>queue.enabled</id>
        <label>enabled</label>
        <type>checkbox</type>
        <help>enable this queue and it's related rules</help>
    </field>
    <field>
        <id>queue.pipe</id>
        <label>pipe</label>
        <type>dropdown</type>
        <help>connected pipe for this queue</help>
    </field>
    <field>
        <id>queue.weight</id>
        <label>weight</label>
        <type>text</type>
        <help>Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, 100 is high)</help>
    </field>
    <field>
        <id>queue.mask</id>
        <label>mask</label>
        <type>dropdown</type>
        <help><![CDATA[Dynamic queue creation by source or destination address.
        <li> choose destination here to share the total bandwidth of this pipe among all connected clients. </li>
        <li> choose source to provide all connected clients up to a maximum of this pipe configured bandwidth  </li>
        ]]></help>
    </field>
    <field>
        <id>queue.codel_enable</id>
        <label>Enable CoDel</label>
        <type>checkbox</type>
        <help>Enable CoDel active queue management</help>
    </field>
    <field>
        <id>queue.codel_target</id>
        <label>(FQ-)CoDel target</label>
        <type>text</type>
        <advanced>true</advanced>
        <help>Minimum acceptable persistent queue delay (in ms), leave empty for default</help>
    </field>
    <field>
        <id>queue.codel_interval</id>
        <label>(FQ-)CoDel interval</label>
        <type>text</type>
        <advanced>true</advanced>
        <help>Interval before dropping packets (in ms), leave empty for default</help>
    </field>
    <field>
        <id>queue.codel_ecn_enable</id>
        <label>(FQ-)CoDel ECN</label>
        <type>checkbox</type>
        <advanced>true</advanced>
        <help>Explicit Congestion Notification</help>
    </field>
    <field>
        <id>queue.description</id>
        <label>description</label>
        <type>text</type>
        <help>Description to identify this pipe.</help>
    </field>
</form>