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


Usage

<configuration>
    <firewall>
        <family>
            <inet6>
                <filter>
                    <term>
                        <name>name</name> <!-- identifier -->
                        <filter>filter</filter>
                        <from>...</from>
                        <then>...</then>
                    </term>
                </filter>
            </inet6>
        </family>
    </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]