libnetwork/windows/overlay: drop unused variables

These package-level variables were copied over from the Linux
implementation; drop them for clarity's sake.

Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
This commit is contained in:
Bjorn Neergaard 2023-01-21 16:25:14 -07:00
parent b3e6aa9316
commit 390532cbc6
No known key found for this signature in database

View file

@ -17,10 +17,7 @@ import (
)
const (
networkType = "overlay"
vethPrefix = "veth"
vethLen = 7
secureOption = "encrypted"
networkType = "overlay"
)
type driver struct {