netns

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

Documentation

Index

Constants

View Source
const Man = `` /* 5089-byte string literal not displayed */

Variables

View Source
var Goes = &goes.Goes{
	NAME: "netns",
	USAGE: `
	ip netns add NETNSNAME
	ip [-all] netns delete [ NETNSNAME ]
	ip [-all] netns exec [ NETNSNAME ] command...
	ip netns [ list ]
	ip netns list-id
	ip netns identify [ PID ]
	ip netns pids NETNSNAME
	ip netns monitor
	ip netns set NETNSNAME NETNSID`,
	APROPOS: lang.Alt{
		lang.EnUS: "network namespace management",
	},
	MAN: lang.Alt{
		lang.EnUS: Man,
	},
	ByName: map[string]cmd.Cmd{
		"add":      add.Command{},
		"delete":   delete.Command{},
		"exec":     &exec.Command{},
		"identify": identify.Command{},
		"":         list.Command(""),
		"list":     list.Command("list"),
		"list-id":  listid.Command{},
		"mon":      mon.Command{},
		"pids":     pids.Command{},
		"set":      set.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