firewall

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Flush

func Flush() error

func SubCommands

func SubCommands() []cli.Command

Types

type FirewallProfile

type FirewallProfile struct {
	Profile Policy `json:"firewall_profile"`
}

type Policy

type Policy struct {
	Rules       []Rule `json:"rules"`
	Md5         string `json:"md5,omitempty"`
	ActualRules []Rule `json:"actual_rules,omitempty"`
}

func (Policy) Apply

func (policy Policy) Apply() error

type Rule

type Rule struct {
	Name     string `json:"name,omitempty"`
	Protocol string `json:"ip_protocol"`
	Cidr     string `json:"cidr_ip"`
	MinPort  int    `json:"min_port"`
	MaxPort  int    `json:"max_port"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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