Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Goes = &goes.Goes{ NAME: "fou", USAGE: "ip foo COMMAND [ OPTION... ]", APROPOS: lang.Alt{ lang.EnUS: "Foo-over-UDP receive port configuration", }, MAN: lang.Alt{ lang.EnUS: ` COMMANDS add del[ete] EXAMPLES Configure a FOU receive port for GRE bound to 7777 # ip fou add port 7777 ipproto 47 Configure a FOU receive port for IPIP bound to 8888 # ip fou add port 8888 ipproto 4 Configure a GUE receive port bound to 9999 # ip fou add port 9999 gue Delete the GUE receive port bound to 9999 # ip fou del port 9999 SEE ALSO ip fou man COMMAND || ip fou COMMAND -man man ip || ip -man`, }, ByName: map[string]cmd.Cmd{ "add": add.Command{}, "delete": delete.Command{}, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.