What would the correct way to create a bridge for iocage VNET/VIMAGE to use on igb1?
I'm currently doing the following which works but I end up with three bridges.
Using this I end up with bridge0, bridge1, and bridge2. Does this seem right?
Properly creating iocage bridges for VNET
I'm currently doing the following which works but I end up with three bridges.
Code:
Variable: ifconfig_bridge1
Value: addm igb1 up
Type: rc.conf
Code:
Variable: cloned_interfaces
Value: bridge0 bridge1
Type: rc.conf
Using this I end up with bridge0, bridge1, and bridge2. Does this seem right?
Code:
ifconfig igb0:...
Properly creating iocage bridges for VNET