kubernetes/vendor/github.com/vishvananda/netlink/route.go

type Scope

type NextHopFlag

const RT_FILTER_PROTOCOL

const RT_FILTER_SCOPE

const RT_FILTER_TYPE

const RT_FILTER_TOS

const RT_FILTER_IIF

const RT_FILTER_OIF

const RT_FILTER_DST

const RT_FILTER_SRC

const RT_FILTER_GW

const RT_FILTER_TABLE

const RT_FILTER_HOPLIMIT

const RT_FILTER_PRIORITY

const RT_FILTER_MARK

const RT_FILTER_MASK

const RT_FILTER_REALM

type Destination

type Encap

type RouteProtocol

type Route

func (r Route) String() string {}

func (r Route) Equal(x Route) bool {}

func (r *Route) SetFlag(flag NextHopFlag) {}

func (r *Route) ClearFlag(flag NextHopFlag) {}

type flagString

type RouteUpdate

type NexthopInfo

func (n *NexthopInfo) String() string {}

func (n NexthopInfo) Equal(x NexthopInfo) bool {}

type nexthopInfoSlice

func (n nexthopInfoSlice) Equal(x []*NexthopInfo) bool {}

// ipNetEqual returns true iff both IPNet are equal
func ipNetEqual(ipn1 *net.IPNet, ipn2 *net.IPNet) bool {}