mirror of
https://github.com/containers/podman.git
synced 2025-08-17 05:09:25 +08:00
vendor: update everything
* If possible, update each dependency to the latest available version. * Use releases over commit IDs and avoid vendoring branches. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/vishvananda/netlink/rule.go
generated
vendored
2
vendor/github.com/vishvananda/netlink/rule.go
generated
vendored
@ -8,6 +8,7 @@ import (
|
||||
// Rule represents a netlink rule.
|
||||
type Rule struct {
|
||||
Priority int
|
||||
Family int
|
||||
Table int
|
||||
Mark int
|
||||
Mask int
|
||||
@ -20,6 +21,7 @@ type Rule struct {
|
||||
OifName string
|
||||
SuppressIfgroup int
|
||||
SuppressPrefixlen int
|
||||
Invert bool
|
||||
}
|
||||
|
||||
func (r Rule) String() string {
|
||||
|
Reference in New Issue
Block a user