moby / ipvs

IPVS networking for containers (package derived from moby/libnetwork)
Apache License 2.0
97 stars 37 forks source link

replace "syscall" with golang.org/x/sys/unix #8

Closed thaJeztah closed 4 years ago

thaJeztah commented 4 years ago

The go syscall package has been frozen since go1.4. Any new features, and most updates for syscall are implemented in the golang.org/x/sys package instead.

thaJeztah commented 4 years ago

@dims @tklauser @justincormack ptal

dims commented 4 years ago

LGTM

(nice cleanup!)