_type_

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2019 License: GPL-2.0, GPL-2.0-or-later Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Goes = &goes.Goes{
	NAME: "type",
	USAGE: `
ip link add type TYPE [[ name ] NAME ] [ OPTION ]... [ ARGS ]...`,
	APROPOS: lang.Alt{
		lang.EnUS: "specify virtual link type",
	},
	MAN: lang.Alt{
		lang.EnUS: `
TYPES
	bond - Bonding device
	bridge - Ethernet Bridge device
	dummy - Dummy network interface
	gre - Virtual tunnel interface GRE over IPv4
	gretap - Virtual L2 tuunel interface GRE over IPv4
	hsr - High-availability Seamless Redundancy
	ifb - Intermediate Functional Block device
	ip6gre - Virtual tuunel interface GRE over IPv6
	ip6gretap - Virtual L2 tuunel interface GRE over IPv6
	ip6tnl - Virtual tunnel interface IPv4|IPv6 over IPv6
	ipip - Virtual tunnel interface IPv4 over IPv4
	ipoib - IP over Infiniband device
	macsec - 802.1AE MAC-level encryption
	macvlan - Virtual interface base on link layer address (MAC)
	macvtap - Virtual interface based on link layer address (MAC) and TAP
	sit - Virtual tunnel interface IPv6 over IPv4
	vcan - Virtual Controller Area Network interface
	veth - Virtual point-to-point ethernet network interfaces
	vlan - 802.1q tagged virtual LAN interface
	vrf - Virtual Routing and Forwarding device
	vxlan - Virtual eXtended LAN
	xeth - ethernet multiplexor

SEE ALSO
	ip link add type man TYPE || ip link add type TYPE -man
	ip link man add || ip link add -man
	man ip || ip -man`,
	},
	ByName: map[string]cmd.Cmd{
		"bridge":    bridge.Command{},
		"dummy":     basic.Command("dummy"),
		"geneve":    geneve.Command{},
		"gre":       gre.Command("gre"),
		"gretap":    gre.Command("gretap"),
		"hsr":       hsr.Command{},
		"ifb":       basic.Command("ifb"),
		"ip6gre":    ip6gre.Command("ip6gre"),
		"ip6gretap": ip6gre.Command("ip6gretap"),
		"ipip":      ipip.Command{},
		"ipoib":     ipoib.Command{},
		"macsec":    macsec.Command{},
		"macvlan":   macvlan.Command("macvlan"),
		"macvtap":   macvlan.Command("macvtap"),
		"vcan":      basic.Command("vcan"),
		"vlan":      vlan.Command{},
		"vrf":       vrf.Command{},
		"vxlan":     vxlan.Command{},
		"xeth":      xeth.Command{},
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL