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


Usage

<configuration>
    <routing-instances>
        <instance>
            <forwarding-options>
                <helpers>
                    <port>
                        <interface>
                            <name>name</name> <!-- identifier -->
                            <no-listen/>
                            <broadcast/>
                            <description>description</description>
                            <server>...</server>
                        </interface>
                    </port>
                </helpers>
            </forwarding-options>
        </instance>
    </routing-instances>
</configuration>

Description

Incoming request forwarding interface configuration.

Contents

<broadcast>—If the layer 2 interface is unknown then broadcast.

<description>—Text description of server.

<name>—Name of interface or group of interfaces.

<no-listen>—Do not listen on this interface.

<server>—Server information.


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