I can't make heads or tales of the vale-ctl command. My goal is to create a virtual switch, and then attach epairs to them, then pass those epairs to jails and see if they can communicate without setting up routing.
Compiled as follows:
I (think) I am creating a virtual switch as follows:
./vale-ctl -n vswitch0
There are some kernel messages of the recently created switch. Then -l flag merely displays the help menu. I tried to attach an interface, but received an invalid argument as follows:
Any ideas? I have not been able to find any documentation on this tool or how virtual switches work on FreeBSD.
Thank you
Compiled as follows:
cd /usr/src/tools/tools/netmap
make vale-ctl
I (think) I am creating a virtual switch as follows:
./vale-ctl -n vswitch0
There are some kernel messages of the recently created switch. Then -l flag merely displays the help menu. I tried to attach an interface, but received an invalid argument as follows:
root@fbsdnetwork:/usr/src/tools/tools/netmap # ./vale-ctl -d em0
em0: Invalid argument
root@fbsdnetwork:/usr/src/tools/tools/netmap # ./vale-ctl -d em0 vswitch0
Usage:
(snippet)
Any ideas? I have not been able to find any documentation on this tool or how virtual switches work on FreeBSD.
Thank you