network

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2017 License: MIT Imports: 17 Imported by: 0

Documentation

Overview

Package network manages the network services of the application dataplane. This means ensuring that containers can find and communicate with each other in accordance with the policy specification. It achieves this by manipulating IP addresses and hostnames within the containers, Open vSwitch on each running worker, and the OVN controller.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(conn db.Conn)

Run blocks implementing the network services.

Types

type IPTables

type IPTables interface {
	Append(string, string, ...string) error
	AppendUnique(string, string, ...string) error
	Delete(string, string, ...string) error
	List(string, string) ([]string, error)
}

IPTables is an interface to *iptables.IPTables.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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