Interface NextHopArgs

NH arguments.

Hierarchy

Properties

Properties

dev?: string

The output device name.

via?: {
    address: string;
    family?: AddressFamilies;
}

Type declaration

weight?: number

Is a weight for this element of a multipath route reflecting its relative bandwidth or quality.

Generated using TypeDoc