hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
828 stars 129 forks source link

Network releated update #575

Closed gao-feng closed 7 years ago

gao-feng commented 7 years ago

1, BuildinNetworkDriver represents the hypervisor driver has self suitable network model instead of general bridge/port, currently only vbox dirver implements BuildinNetworkDriver. (Is vbox dirver useful?)

2, Move the codes that creating tap device from network package to qemu driver, Time has proved only qemu needs this。

3, use netlink go package to simplify runv network codes

4, some cleanup

gnawux commented 7 years ago

LGTM

I don't think vbox driver is useful now. And does vbox driver work currently?

laijs commented 7 years ago

It's very good!