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:
parent
b3e6aa9316
commit
390532cbc6
1 changed files with 1 additions and 4 deletions
|
@ -17,10 +17,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
networkType = "overlay"
|
||||
vethPrefix = "veth"
|
||||
vethLen = 7
|
||||
secureOption = "encrypted"
|
||||
networkType = "overlay"
|
||||
)
|
||||
|
||||
type driver struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue