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


Usage

<configuration>
    <policy-options>
        <policy-statement>
            <term>
                <name>name</name> <!-- identifier -->
                <from>...</from>
                <to>...</to>
                <then>...</then>
            </term>
        </policy-statement>
    </policy-options>
</configuration>

Description

Policy term.

Contents

<from>—Conditions to match the source of a route.

<name>—No documentation is available yet.

<then>—Actions to take if 'from' and 'to' conditions match.

<to>—Conditions to match the destination of a route.


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