Skip to content

Commit

Permalink
netlink: use deprecated convention for Config.DisableNSLockThread
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <mdlayher@gmail.com>
  • Loading branch information
mdlayher committed Aug 23, 2021
1 parent e29141c commit 177e636
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,9 @@ type Config struct {
// to 0.
NetNS int

// DisableNSLockThread is deprecated and has no effect.
// DisableNSLockThread is a no-op.
//
// Deprecated: internal changes have made this option obsolete and it has no
// effect. Do not use.
DisableNSLockThread bool
}

0 comments on commit 177e636

Please sign in to comment.