libnetwork/drivers/bridge: rename some linux-only files

This makes it easier to spot if code is only used on Linux. Note that "all of"
the bridge driver is Linux-only.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-08-10 12:34:24 +02:00
parent 014fefee1d
commit 8070f15966
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
17 changed files with 0 additions and 34 deletions

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (

View file

@ -1,5 +1,3 @@
//go:build linux
package bridge
import (