freebsd / iocage

A FreeBSD jail manager
Other
19 stars 8 forks source link

`vnet_default_interface` default to 'auto' #10

Open dgeo opened 2 months ago

dgeo commented 2 months ago

Make sure to follow and check these boxes before submitting an issue! Thank you.

vnet_default_interface defaults to 'auto'

I'm not sure of what has to be done with default value… some ideas ?

bravesirrobin81 commented 2 months ago

I just fell over this today! It also happens when ip6_addr contains an actual address. The man page claims the default should be none if that's of any use.

I changed the value for that jail(and the default) to none and the default interface is not added to the bridge.

PS: Thanks @dgeo for picking up the torch on this -- nice to see some activity after so many years. Any chance there might be an update to the port/package at some point? Happy to help with any testing/bug-fixing if needed.

dgeo commented 3 weeks ago

I think I will change default to "none", but now I'm far from keyboard ;) Thank you for your feedback !