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


Usage

<configuration>
    <firewall>
        <family>
            <inet>
                <filter>
                    <term>
                        <from>
                            <destination-address>
                                <name>name</name> <!-- identifier -->
                                <except/>
                            </destination-address>
                        </from>
                    </term>
                </filter>
            </inet>
        </family>
    </firewall>
</configuration>

Description

Match IP destination address.

Contents

<except>—Match address not in this prefix.

<name>—Prefix to match.


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