Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AgentTable int
Functions ¶
This section is empty.
Types ¶
type EIPRoute ¶
type EIPRoute struct { }
EIPRoute is a specified ip route which our agent use on start. Equivalent to: "ip route replace local 0/0 dev lo table"
func (*EIPRoute) ToNetlinkRoute ¶
Equivalent to: "ip route replace local 0/0 dev lo table"
type EIPRule ¶
EIPRule is a specified ip rule which our agent will use. Equivalent to: "ip rule from all to eip/32 lookup 101"
func NewEIPRule ¶
func (*EIPRule) ToAgentRule ¶
Click to show internal directories.
Click to hide internal directories.