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
commit 81404baf1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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