neighbor

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

Documentation

Index

Constants

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

Variables

View Source
var Goes = &goes.Goes{
	NAME: "neighbor",
	USAGE: `ip neighbor { show (default) | flush } [ proxy ]
	[ to PREFIX ] [ dev DEV ] [ nud STATE ] [ vrf NAME ]

ip neighbor { add | del | change | replace }
	{ ADDR [ lladdr LLADDR ] [ nud STATE ] | proxy ADDR } [ dev DEV ]

STATE := { permanent | noarp | stale | reachable | none | incomplete |
	delay | probe | failed }`,
	APROPOS: lang.Alt{
		lang.EnUS: "neighbor/arp tables management",
	},
	MAN: lang.Alt{
		lang.EnUS: Man,
	},
	ByName: map[string]cmd.Cmd{
		"add":     mod.Command("add"),
		"change":  mod.Command("change"),
		"delete":  mod.Command("delete"),
		"replace": mod.Command("replace"),
		"show":    show.Command("show"),
		"flush":   show.Command("flush"),
		"":        show.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