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


Usage

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

Description

Service filter term.

Contents

<from>—Match criteria.

<name>—Term name.

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


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