mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-10 08:36:20 +00:00
update github.com/docker/libnetwork to f0e46a7 - which bumps it's dependency to github.com/vishvananda/netlink to v1.0.0
Signed-off-by: Andrew Sy Kim <kiman@vmware.com> Co-authored-by: Moriadry <preciousdp11@gmail.com>
This commit is contained in:
20
vendor/github.com/docker/libnetwork/ipvs/constants.go
generated
vendored
20
vendor/github.com/docker/libnetwork/ipvs/constants.go
generated
vendored
@@ -145,3 +145,23 @@ const (
|
||||
// addresses.
|
||||
SourceHashing = "sh"
|
||||
)
|
||||
|
||||
const (
|
||||
// ConnFwdMask is a mask for the fwd methods
|
||||
ConnFwdMask = 0x0007
|
||||
|
||||
// ConnFwdMasq denotes forwarding via masquerading/NAT
|
||||
ConnFwdMasq = 0x0000
|
||||
|
||||
// ConnFwdLocalNode denotes forwarding to a local node
|
||||
ConnFwdLocalNode = 0x0001
|
||||
|
||||
// ConnFwdTunnel denotes forwarding via a tunnel
|
||||
ConnFwdTunnel = 0x0002
|
||||
|
||||
// ConnFwdDirectRoute denotes forwarding via direct routing
|
||||
ConnFwdDirectRoute = 0x0003
|
||||
|
||||
// ConnFwdBypass denotes forwarding while bypassing the cache
|
||||
ConnFwdBypass = 0x0004
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user