Interface NeighbourAddOptions

Neighbour add options.

Hierarchy

  • NeighbourAddOptions

Properties

dev?: string

The interface to which this neighbour is attached.

extern_learn?: true

This neigh entry was learned externally. This option can be used to indicate to the kernel that this is a controller learnt dynamic entry. Kernel will not gc such an entry.

lladdr?: string

The link layer address of the neighbour. LLADDRESS can also be null.

nud?: NudStates

The state of the neighbour entry. nud is an abbreviation for 'Neighbour Unreachability Detection'.

proxy?: true

Indicates whether we are proxying for this neighbour entry.

router?: true

Indicates whether neighbour is a router.

to: string

The protocol address of the neighbour. It is either an IPv4 or IPv6 address.

Generated using TypeDoc