mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-24 18:52:08 +00:00
Merge pull request #1344 from caoruidong/rmphy
Network: remove Physical field in VethEndpoint
This commit is contained in:
commit
81404baf1d
@ -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