Skip to content

add appliance route

Chris Ladd edited this page Oct 11, 2019 · 3 revisions

add appliance route

Usage

stack add appliance route {appliance ...} {address=string} {gateway=string} [interface=string] [netmask=string]

Description

Add a route for an appliance type in the cluster

Arguments

  • [appliance]

    The appliance type (e.g., 'backend').

Parameters

  • [address=string]

  • [gateway=string]

  • {interface=string}

  • {netmask=string}

    Specifies the netmask for a network route. For a host route this is not required and assumed to be 255.255.255.255

Clone this wiki locally