bsdci / libioc

A Python library to manage jails with ioc{age,ell}
https://bsd.ci/libioc
Other
38 stars 11 forks source link

support for netgraph based vnet configuration #627

Open igalic opened 5 years ago

igalic commented 5 years ago

Currently our vnet config uses if_bridge pairs for its network config

we should consider also adopting the far more flexible netgraph utilities

furthermore, we could use the jng and jib scripts in /usr/share/examples/jails to simplify our own scripts

igalic commented 5 years ago

I believe it would be easiest to start with a design of the process on how create & configure a jail so bridged.

i also believe we'd need to restructure the the way we store, process and retrieve our configuration.