Interface AddLinkIpipSitTypeArgs

Add link IPIP & Sit type arguments.

Hierarchy

  • AddLinkIpipSitTypeArgs

Properties

encap-csum?: boolean

Specifies if UDP checksums are enabled in the secondary encapsulation.

encap-dport?: number

TODO: No doc in man.

encap-remcsum?: boolean

Specifies if Remote Checksum Offload is enabled. This is only applicable for Generic UDP Encapsulation.

encap-sport?: number | "auto"

Specifies the source port in UDP encapsulation.

PORT indicates the port by number, "auto" indicates that the port number should be chosen automatically (the kernel picks a flow based on the flow hash of the encapsulated packet).

external?: true

Make this tunnel externally controlled (e.g. ip route encap).

local: string

Specifies the fixed local address for tunneled packets. It must be an address on another interface on this host.

Specifies mode in which device should run.

"ip6ip" indicates IPv6-Over-IPv4, "ipip" indicates "IPv4-Over-IPv4", "mplsip" indicates MPLS-Over-IPv4, "any" indicates IPv6, IPv4 or MPLS Over IPv4.

Supported for SIT where the default is "ip6ip" and IPIP where the default is "ipip". IPv6-Over-IPv4 is not supported for IPIP.

noencap-csum?: boolean

See

{@link['encap-csum']}

noencap-remcsum?: boolean

See

{@link['encap-remcsum']}

remote: string

Specifies the remote address of the tunnel.

Generated using TypeDoc