mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-16 15:07:46 +00:00
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:
parent
886d859fbe
commit
df9a4015a5
@ -15,7 +15,6 @@ import (
|
||||
type VethEndpoint struct {
|
||||
NetPair NetworkInterfacePair
|
||||
EndpointProperties NetworkInfo
|
||||
Physical bool
|
||||
EndpointType EndpointType
|
||||
PCIAddr string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user