add

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Goes = &goes.Goes{
	NAME: "add",
	USAGE: `
ip link add type TYPE [[ name ] NAME ] [ OPTION ]... [ ARGS ]...`,
	APROPOS: lang.Alt{
		lang.EnUS: "add virtual link",
	},
	MAN: lang.Alt{
		lang.EnUS: `
OPTIONS
	address LLADDRESS
	broadcast LLADDRESS
		initial the station and broadcast address of the interface.

	index NUMBER
		the desired index of the new virtual device.
		The link creation fails, if the index is busy.

	link DEVICE
		physical device associated with new virtual link

	mtu NUMBER
		initial maximum transmission unit of the device.

	[ name ] NAME
		name of new virtual link
		The kernel will allocate if not given and will fail if
		already in use.

	numrxqueues QUEUE_COUNT
		initial number of receive queues for new device.

	numtxqueues QUEUE_COUNT
		initial number of transmit queues for new device.

	{ txqueuelen | txqlen } PACKETS
		initial transmit queue depth

SEE ALSO
	ip link add man type || ip link add type TYPE -man
	ip link add type man TYPE || ip link add type TYPE -man
	man ip || ip -man`,
	},
	ByName: map[string]cmd.Cmd{
		"type": addtype.Goes,
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
internal
gre
hsr
vrf

Jump to

Keyboard shortcuts

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