netlink

package
v0.0.0-...-798ae07 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2023 License: GPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateIPSecTunnel

func CreateIPSecTunnel(ctx context.Context, req *api.CreateIPSecTunnelRequest) (resp *api.CreateIPSecTunnelResponse, err error)

func CreateL2TPTunnel

func CreateL2TPTunnel(ctx context.Context, req *api.CreateL2TPTunnelRequest) (resp *api.CreateL2TPTunnelResponse, err error)

func DeleteIPSecTunnel

func DeleteIPSecTunnel(ctx context.Context, req *api.DeleteIPSecTunnelRequest) (resp *api.DeleteIPSecTunnelResponse, err error)

func DeleteL2TPTunnel

func DeleteL2TPTunnel(ctx context.Context, req *api.DeleteL2TPTunnelRequest) (resp *api.DeleteL2TPTunnelResponse, err error)

func GetAllL2TPTunnels

func GetAllL2TPTunnels(ctx context.Context, req *api.GetAllL2TPTunnelsRequest) (resp *api.GetAllL2TPTunnelsResponse, err error)

func GetIPSecTunnel

func GetIPSecTunnel(ctx context.Context, req *api.GetIPSecTunnelRequest) (resp *api.GetIPSecTunnelResponse, err error)

func GetL2TPTunnel

func GetL2TPTunnel(ctx context.Context, req *api.GetL2TPTunnelRequest) (resp *api.GetL2TPTunnelResponse, err error)

func UpdateIPSecTunnel

func UpdateIPSecTunnel(ctx context.Context, req *api.UpdateIPSecTunnelRequest) (resp *api.UpdateIPSecTunnelResponse, err error)

func UpdateL2TPTunnel

func UpdateL2TPTunnel(ctx context.Context, req *api.UpdateL2TPTunnelRequest) (resp *api.UpdateL2TPTunnelResponse, err error)

Types

type NetlinkNodeServer

NetlinkNodeServer is the handlers that satisfy the NodeControllerSeriver and NodeFirewallControllerService interfaces.

func (*NetlinkNodeServer) CreateAddress

func (s *NetlinkNodeServer) CreateAddress(ctx context.Context, req *api.CreateAddressRequest) (resp *api.CreateAddressResponse, err error)

func (*NetlinkNodeServer) CreateChain

func (s *NetlinkNodeServer) CreateChain(ctx context.Context, req *api.CreateChainRequest) (resp *api.CreateChainResponse, err error)
func (s *NetlinkNodeServer) CreateLink(ctx context.Context, req *api.CreateLinkRequest) (resp *api.CreateLinkResponse, err error)

func (*NetlinkNodeServer) CreateNeighbor

func (s *NetlinkNodeServer) CreateNeighbor(ctx context.Context, req *api.CreateNeighborRequest) (resp *api.CreateNeighborResponse, err error)

func (*NetlinkNodeServer) CreateRule

func (s *NetlinkNodeServer) CreateRule(ctx context.Context, req *api.CreateRuleRequest) (resp *api.CreateRuleResponse, err error)

func (*NetlinkNodeServer) CreateStaticRoute

func (s *NetlinkNodeServer) CreateStaticRoute(ctx context.Context, req *api.CreateStaticRouteRequest) (resp *api.CreateStaticRouteResponse, err error)

func (*NetlinkNodeServer) CreateTable

func (s *NetlinkNodeServer) CreateTable(ctx context.Context, req *api.CreateTableRequest) (resp *api.CreateTableResponse, err error)

func (*NetlinkNodeServer) DeleteAddress

func (s *NetlinkNodeServer) DeleteAddress(ctx context.Context, req *api.DeleteAddressRequest) (resp *api.DeleteAddressResponse, err error)

func (*NetlinkNodeServer) DeleteChain

func (s *NetlinkNodeServer) DeleteChain(ctx context.Context, req *api.DeleteChainRequest) (resp *api.DeleteChainResponse, err error)
func (s *NetlinkNodeServer) DeleteLink(ctx context.Context, req *api.DeleteLinkRequest) (resp *api.DeleteLinkResponse, err error)

func (*NetlinkNodeServer) DeleteNeighbor

func (s *NetlinkNodeServer) DeleteNeighbor(ctx context.Context, req *api.DeleteNeighborRequest) (resp *api.DeleteNeighborRequest, err error)

func (*NetlinkNodeServer) DeleteRule

func (s *NetlinkNodeServer) DeleteRule(ctx context.Context, req *api.DeleteRuleRequest) (resp *api.DeleteRuleResponse, err error)

func (*NetlinkNodeServer) DeleteStaticRoute

func (s *NetlinkNodeServer) DeleteStaticRoute(ctx context.Context, req *api.DeleteStaticRouteRequest) (resp *api.DeleteStaticRouteResponse, err error)

func (*NetlinkNodeServer) DeleteTable

func (s *NetlinkNodeServer) DeleteTable(ctx context.Context, req *api.DeleteTableRequest) (resp *api.DeleteTableResponse, err error)

func (*NetlinkNodeServer) GetAddress

func (s *NetlinkNodeServer) GetAddress(ctx context.Context, req *api.GetAddressRequest) (resp *api.GetAddressResponse, err error)

func (*NetlinkNodeServer) GetAllAddresses

func (s *NetlinkNodeServer) GetAllAddresses(ctx context.Context, req *api.GetAllAddressesRequest) (resp *api.GetAllAddressesResponse, err error)

func (*NetlinkNodeServer) GetAllChains

func (s *NetlinkNodeServer) GetAllChains(ctx context.Context, req *api.GetAllChainsRequest) (resp *api.GetAllChainsResponse, err error)
func (s *NetlinkNodeServer) GetAllLinks(ctx context.Context, req *api.GetAllLinksRequest) (resp *api.GetAllLinksResponse, err error)

func (*NetlinkNodeServer) GetAllNeighbors

func (s *NetlinkNodeServer) GetAllNeighbors(ctx context.Context, req *api.GetAllNeighborsRequest) (resp *api.GetAllNeighborsResponse, err error)

func (*NetlinkNodeServer) GetAllRoutes

func (s *NetlinkNodeServer) GetAllRoutes(ctx context.Context, req *api.GetAllRoutesRequest) (resp *api.GetAllRoutesResponse, err error)

func (*NetlinkNodeServer) GetAllRules

func (s *NetlinkNodeServer) GetAllRules(ctx context.Context, req *api.GetAllRulesRequest) (resp *api.GetAllRulesResponse, err error)

func (*NetlinkNodeServer) GetAllTables

func (s *NetlinkNodeServer) GetAllTables(ctx context.Context, req *api.GetAllTablesRequest) (resp *api.GetAllTablesResponse, err error)

func (*NetlinkNodeServer) GetChain

func (s *NetlinkNodeServer) GetChain(ctx context.Context, req *api.GetChainRequest) (resp *api.GetChainResponse, err error)
func (s *NetlinkNodeServer) GetLink(ctx context.Context, req *api.GetLinkRequest) (resp *api.GetLinkResponse, err error)

func (*NetlinkNodeServer) GetNeighbor

func (s *NetlinkNodeServer) GetNeighbor(ctx context.Context, req *api.GetNeighborRequest) (resp *api.GetNeighborResponse, err error)

func (*NetlinkNodeServer) GetRoute

func (s *NetlinkNodeServer) GetRoute(ctx context.Context, req *api.GetRouteRequest) (resp *api.GetRouteResponse, err error)

func (*NetlinkNodeServer) GetRule

func (s *NetlinkNodeServer) GetRule(ctx context.Context, req *api.GetRuleRequest) (resp *api.GetRuleResponse, err error)

func (*NetlinkNodeServer) GetSysctl

func (s *NetlinkNodeServer) GetSysctl(ctx context.Context, req *api.GetSysctlRequest) (resp *api.GetSysctlResponse, err error)

func (*NetlinkNodeServer) GetTable

func (s *NetlinkNodeServer) GetTable(ctx context.Context, req *api.GetTableRequest) (resp *api.GetTableResponse, err error)

func (*NetlinkNodeServer) SetSysctl

func (s *NetlinkNodeServer) SetSysctl(ctx context.Context, req *api.SetSysctlRequest) (resp *api.SetSysctlResponse, err error)

func (*NetlinkNodeServer) UpdateAddress

func (s *NetlinkNodeServer) UpdateAddress(ctx context.Context, req *api.UpdateAddressRequest) (resp *api.UpdateAddressResponse, err error)

func (*NetlinkNodeServer) UpdateChain

func (s *NetlinkNodeServer) UpdateChain(ctx context.Context, req *api.UpdateChainRequest) (resp *api.UpdateChainResponse, err error)
func (s *NetlinkNodeServer) UpdateLink(ctx context.Context, req *api.UpdateLinkRequest) (resp *api.UpdateLinkResponse, err error)

func (*NetlinkNodeServer) UpdateNeighbor

func (s *NetlinkNodeServer) UpdateNeighbor(ctx context.Context, req *api.UpdateNeighborRequest) (resp *api.UpdateNeighborResponse, err error)

func (*NetlinkNodeServer) UpdateRule

func (s *NetlinkNodeServer) UpdateRule(ctx context.Context, req *api.UpdateRuleRequest) (resp *api.UpdateRuleResponse, err error)

func (*NetlinkNodeServer) UpdateStaticRoute

func (s *NetlinkNodeServer) UpdateStaticRoute(ctx context.Context, req *api.UpdateStaticRouteRequest) (resp *api.UpdateStaticRouteResponse, err error)

func (*NetlinkNodeServer) UpdateTable

func (s *NetlinkNodeServer) UpdateTable(ctx context.Context, req *api.UpdateTableRequest) (resp *api.UpdateTableResponse, err error)

Jump to

Keyboard shortcuts

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