mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 01:43:04 +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 {
|
type VethEndpoint struct {
|
||||||
NetPair NetworkInterfacePair
|
NetPair NetworkInterfacePair
|
||||||
EndpointProperties NetworkInfo
|
EndpointProperties NetworkInfo
|
||||||
Physical bool
|
|
||||||
EndpointType EndpointType
|
EndpointType EndpointType
|
||||||
PCIAddr string
|
PCIAddr string
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user