Browse Source

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>
Bjorn Neergaard 2 năm trước cách đây
mục cha
commit
390532cbc6
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      libnetwork/drivers/windows/overlay/overlay_windows.go

+ 1 - 4
libnetwork/drivers/windows/overlay/overlay_windows.go

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