mirror of
https://github.com/rancher/plugins.git
synced 2025-09-02 22:19:00 +00:00
vendor folder bump.
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