Variable ExtendedLinkTypesConst

ExtendedLinkTypes: {
    Bareudp: "bareudp";
    Bond: "bond";
    BondSlave: "bond_slave";
    Bridge: "bridge";
    BridgeSlave: "bridge_slave";
    Dummy: "dummy";
    Erspan: "erspan";
    Geneve: "geneve";
    Gre: "gre";
    Gretap: "gretap";
    Hsr: "hsr";
    Ifb: "ifb";
    Ip6erspan: "ip6erspan";
    Ip6gre: "ip6gre";
    Ip6gretap: "ip6gretap";
    Ip6tnl: "ip6tnl";
    Ipip: "ipip";
    Ipoib: "ipoib";
    Ipvlan: "ipvlan";
    Ipvtap: "ipvtap";
    Lowpan: "lowpan";
    Macsec: "macsec";
    Macvlan: "macvlan";
    Macvtap: "macvtap";
    Netdevsim: "netdevsim";
    Nlmon: "nlmon";
    Rmnet: "rmnet";
    Sit: "sit";
    Vcan: "vcan";
    Veth: "veth";
    Vlan: "vlan";
    Vrf: "vrf";
    Vti: "vti";
    Vxcan: "vxcan";
    Vxlan: "vxlan";
    Xfrm: "xfrm";
} = ...

Extended Link Types.

Type declaration

  • Readonly Bareudp: "bareudp"

    Bare UDP L3 encapsulation support.

  • Readonly Bond: "bond"

    Bonding device.

  • Readonly BondSlave: "bond_slave"

    Bond slave interface.

  • Readonly Bridge: "bridge"

    Ethernet Bridge device.

  • Readonly BridgeSlave: "bridge_slave"

    Bridge slave interface.

  • Readonly Dummy: "dummy"

    Dummy network interface.

  • Readonly Erspan: "erspan"

    Encapsulated Remote SPAN over GRE and IPv4.

  • Readonly Geneve: "geneve"

    GEneric NEtwork Virtualization Encapsulation.

  • Readonly Gre: "gre"

    Virtual tunnel interface GRE over IPv4.

  • Readonly Gretap: "gretap"

    Virtual L2 tunnel interface GRE over IPv4.

  • Readonly Hsr: "hsr"

    High-availability Seamless Redundancy device.

  • Readonly Ifb: "ifb"

    Intermediate Functional Block device.

  • Readonly Ip6erspan: "ip6erspan"

    Encapsulated Remote SPAN over GRE and IPv6.

  • Readonly Ip6gre: "ip6gre"

    Virtual tunnel interface GRE over IPv6.

  • Readonly Ip6gretap: "ip6gretap"

    Virtual L2 tunnel interface GRE over IPv6.

  • Readonly Ip6tnl: "ip6tnl"

    Virtual tunnel interface IPv4|IPv6 over IPv6.

  • Readonly Ipip: "ipip"

    Virtual tunnel interface IPv4 over IPv4.

  • Readonly Ipoib: "ipoib"

    IP over Infiniband device.

  • Readonly Ipvlan: "ipvlan"

    Interface for L3 (IPv6/IPv4) based VLANs.

  • Readonly Ipvtap: "ipvtap"

    Interface for L3 (IPv6/IPv4) based VLANs and TAP.

  • Readonly Lowpan: "lowpan"

    Interface for 6LoWPAN (IPv6) over IEEE 802.15.4 Bluetooth.

  • Readonly Macsec: "macsec"

    Interface for IEEE 802.1AE MAC Security (MAC‐sec).

  • Readonly Macvlan: "macvlan"

    Virtual interface base on link layer address (MAC).

  • Readonly Macvtap: "macvtap"

    Virtual interface based on link layer address (MAC) and TAP.

  • Readonly Netdevsim: "netdevsim"

    Interface for netdev API tests.

  • Readonly Nlmon: "nlmon"

    Netlink monitoring device.

  • Readonly Rmnet: "rmnet"

    Qualcomm rmnet device.

  • Readonly Sit: "sit"

    Virtual tunnel interface IPv6 over IPv4.

  • Readonly Vcan: "vcan"

    Virtual Controller Area Network interface.

  • Readonly Veth: "veth"

    Virtual ethernet interface.

  • Readonly Vlan: "vlan"

    802.1q tagged virtual LAN interface.

  • Readonly Vrf: "vrf"

    Interface for L3 VRF domains.

  • Readonly Vti: "vti"

    Virtual tunnel interface.

  • Readonly Vxcan: "vxcan"

    Virtual Controller Area Network tunnel interface.

  • Readonly Vxlan: "vxlan"

    Virtual eXtended LAN.

  • Readonly Xfrm: "xfrm"

    Virtual xfrm interface.

Generated using TypeDoc