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


Usage

<configuration>
    <services>
        <stateful-firewall>
            <rule>
                <term>
                    <then>
                        <accept/>
                        <discard>discard</discard>
                        <reject/>
                        <allow-ip-options>...</allow-ip-options>
                        <syslog/>
                    </then>
                </term>
            </rule>
        </stateful-firewall>
    </services>
</configuration>

Description

Action to take if the 'from' condition is matched.

Contents

<accept>—Accept the packet.

<allow-ip-options>—IP options allowable for packets in flow.

<discard>—Discard the packet.

<reject>—Reject the packet.

<syslog>—System log information about the packet.


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