mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
fix(deps): update github.com/vishvananda/netlink digest to 9d88d83
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
8
vendor/github.com/vishvananda/netlink/xfrm_linux.go
generated
vendored
8
vendor/github.com/vishvananda/netlink/xfrm_linux.go
generated
vendored
@@ -48,6 +48,14 @@ const (
|
||||
XFRM_MODE_MAX
|
||||
)
|
||||
|
||||
// SADir is an enum representing an ipsec template direction.
|
||||
type SADir uint8
|
||||
|
||||
const (
|
||||
XFRM_SA_DIR_IN SADir = iota + 1
|
||||
XFRM_SA_DIR_OUT
|
||||
)
|
||||
|
||||
func (m Mode) String() string {
|
||||
switch m {
|
||||
case XFRM_MODE_TRANSPORT:
|
||||
|
||||
Reference in New Issue
Block a user