Docs: update maintenance document

This commit is contained in:
Quentin McGaw (desktop)
2021-09-11 15:29:29 +00:00
parent bcaf2e42fd
commit 87f4b9e422
2 changed files with 14 additions and 3 deletions

View File

@@ -97,7 +97,6 @@ func ruleDbgMsg(add bool, src, dst *net.IPNet,
}
func rulesAreEqual(a, b *netlink.Rule) bool {
// fmt.Println(a, b)
if a == nil && b == nil {
return true
}