I have the following in my rc.conf
If I write include below, the above is not implemented. How do I get both bridges?
Thanks.
Code:
cloned_interfaces="bridge0 tap10"
ifconfig_bridge0="addm em0 addm tap10"
If I write include below, the above is not implemented. How do I get both bridges?
Code:
cloned_interfaces="bridge1 tap11"
ifconfig_bridge0="addm wlan0 addm tap11"
Thanks.