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


Usage

<configuration>
    <routing-instances>
        <instance>
            <routing-options>
                <martians>
                    <address>address</address> <!-- identifier -->
                    <exact/> <!-- identifier -->
                    <longer/> <!-- identifier -->
                    <orlonger/> <!-- identifier -->
                    <upto>upto</upto> <!-- identifier -->
                    <through>through</through> <!-- identifier -->
                    <prefix-length-range>prefix-length-range
                                    </prefix-length-range> <!-- identifier -->
                    <allow/>
                </martians>
            </routing-options>
        </instance>
    </routing-instances>
</configuration>

Description

Invalid routes.

Contents

<address>—IP address or hostname.

<allow>—No documentation is available yet.

<exact>—Exactly match the prefix length.

<longer>—Mask is greater than the prefix length.

<orlonger>—Mask is greater than or equal to the prefix length.

<prefix-length-range>—Mask falls between two prefix lengths.

<through>—Route falls between two prefixes.

<upto>—Mask falls between two prefix lengths.


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