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.
Click to show internal directories.
Click to hide internal directories.