Network: remove Physical field in VethEndpoint

This a bool field. It is useless because veth endpoint is never a
physical endpoint.

Fixes #1343

Signed-off-by: Ruidong Cao <caoruidong@huawei.com>
This commit is contained in:
Ruidong Cao 2019-03-09 03:29:27 +08:00
parent 886d859fbe
commit df9a4015a5

View File

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