fou

package
v1.19.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2021 License: GPL-2.0, GPL-2.0-or-later Imports: 5 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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