Merge pull request #1344 from caoruidong/rmphy

Network: remove Physical field in VethEndpoint
This commit is contained in:
James O. D. Hunt
2019-03-11 10:01:32 +00:00
committed by GitHub

View File

@@ -15,7 +15,6 @@ import (
type VethEndpoint struct {
NetPair NetworkInterfacePair
EndpointProperties NetworkInfo
Physical bool
EndpointType EndpointType
PCIAddr string
}