chore(deps): upgrade vishvananda/netlink from v1.2.1-beta.2 to v1.2.1

This commit is contained in:
Quentin McGaw
2024-08-23 06:46:29 +00:00
parent 703a546c1d
commit 540acc915d
10 changed files with 24 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ func NewRule() Rule {
// to a `netlink.Rule`
return Rule{
Priority: -1,
Mark: -1,
Mark: 0,
}
}