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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <policy-statement>
                <term>
                    <name>name</name> <!-- identifier -->
                    <from>...</from>
                    <to>...</to>
                    <then>...</then>
                </term>
            </policy-statement>
        </policy-options>
    </logical-systems>
</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]