router

package
v0.0.0-...-f06f3bb Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 2 Imported by: 18

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(opts *Options)

type Options

type Options struct{}

type Route

type Route struct {
	// Net is the destination network, e.g. 192.168.0.0/16, 172.10.10.0/24.
	Net *net.IPNet
	// Gateway is the gateway for the destination network.
	Gateway net.IP
}

type Router

type Router interface {
	// GetRoute queries a route by destination IP address.
	GetRoute(ctx context.Context, dst net.IP, opts ...Option) *Route
}

Jump to

Keyboard shortcuts

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