Gjsify LogoGjsify Logo

Interface SettingVxlan_ConstructProps

Hierarchy

Index

Properties

ageing?: number

Specifies the lifetime in seconds of FDB entries learnt by the kernel.

destination_port?: number

Specifies the UDP destination port to communicate to the remote VXLAN tunnel endpoint.

id?: number

Specifies the VXLAN Network Identifier (or VXLAN Segment Identifier) to use.

l2_miss?: boolean

Specifies whether netlink LL ADDR miss notifications are generated.

l3_miss?: boolean

Specifies whether netlink IP ADDR miss notifications are generated.

learning?: boolean

Specifies whether unknown source link layer addresses and IP addresses are entered into the VXLAN device forwarding database.

limit?: number

Specifies the maximum number of FDB entries. A value of zero means that the kernel will store unlimited entries.

local?: string

If given, specifies the source IP address to use in outgoing packets.

parent?: string

If given, specifies the parent interface name or parent connection UUID.

proxy?: boolean

Specifies whether ARP proxy is turned on.

remote?: string

Specifies the unicast destination IP address to use in outgoing packets when the destination link layer address is not known in the VXLAN device forwarding database, or the multicast IP address to join.

rsc?: boolean

Specifies whether route short circuit is turned on.

source_port_max?: number

Specifies the maximum UDP source port to communicate to the remote VXLAN tunnel endpoint.

source_port_min?: number

Specifies the minimum UDP source port to communicate to the remote VXLAN tunnel endpoint.

tos?: number

Specifies the TOS value to use in outgoing packets.

ttl?: number

Specifies the time-to-live value to use in outgoing packets.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method