You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: hypervisor/events.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ type InterfaceCreated struct {
52
52
Idstring//user specified in (ref api.InterfaceDescription: a user identifier of interface, user may use this to specify a nic, normally you can use IPAddr as an Id.)
53
53
Indexint
54
54
PCIAddrint
55
+
TapFdint
55
56
Bridgestring
56
57
HostDevicestring
57
58
DeviceNamestring
@@ -73,6 +74,7 @@ type NetDevInsertedEvent struct {
0 commit comments