Open
Description
I was trying to create a jail with IP address already used on host. I have this set up on machine with older ioc and it worked fine. Latest version add IP alias and that is why network is broken after process completes.
ioc create ioc/foo ip4_addr="igb1|8.8.8.8"
I tried a few other options but digging through source code I can see alias
is added in all use cases except DHCP option
Is this intentional? Or broken feature?