mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-21 07:14:25 +01: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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user