[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <firewall>
        <filter>
            <term>
                <name>name</name> <!-- identifier -->
                <filter>filter</filter>
                <from>...</from>
                <then>...</then>
            </term>
        </filter>
    </firewall>
</configuration>

Description

Define a firewall term.

Contents

<filter>—Filter to include.

<from>—Define match criteria.

<name>—Term name.

<then>—Action to take if the 'from' condition is matched.


[Contents] [Prev] [Next] [Index] [Report an Error]