containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

Allow change default networking model at pod level #527

Closed jcvenegas closed 6 years ago

jcvenegas commented 6 years ago

The default model is macvtap but it can not be changed by vc api. We need to be able to configure it

This will allow a runtime be able to choose the networking model at a per pod level.