A while back, we retired the short options for daemons. The
INSTALL.bridge file was never updated to reflect this.
CC: Jeongkeun Lee <jklee@hp.com>
4. Start ovs-vswitchd and ovs-brcompatd, e.g.:
- % ovs-vswitchd -P -D -vANY:console:EMER /etc/ovs-vswitchd.conf
- % ovs-brcompatd -P -D -vANY:console:EMER /etc/ovs-vswitchd.conf
+ % ovs-vswitchd --pidfile --detach -vANY:console:EMER \
+ /etc/ovs-vswitchd.conf
+
+ % ovs-brcompatd --pidfile --detach -vANY:console:EMER \
+ /etc/ovs-vswitchd.conf
5. Now you should be able to manage the Open vSwitch using brctl and
related tools. For example, you can create an Open vSwitch bridge,