Fix darwin target compilation

dd687eb broke compilation on mac OS (darwin target). Rename the
linux specific files accordingly.

Fixes: dd687eb
This commit is contained in:
Aditi Ghag 2022-01-25 09:49:11 -08:00 committed by Vish (Ishaya) Abrams
parent ab4cd23987
commit 0639e7e787
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build linux
package netlink package netlink
import ( import (