pgj / freebsd-wifibox

wifibox: Use Linux to drive your wireless card on FreeBSD
BSD 2-Clause "Simplified" License
159 stars 12 forks source link

feat(`bhyve.conf`): input validation #93

Closed pgj closed 6 months ago

pgj commented 6 months ago

It is not ensured that elements of the bhyve configuration are in either the expected format or range. This is going to show up sooner or later and stop the guest from working, but it is more friendly if these mistakes are reported directly to the user.

This commit is inspired by 221b2c07.