From f948cd95244c87365089c17ca9caed3db06aafe3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 8 Jul 2011 16:56:08 -0700 Subject: [PATCH] INSTALL.bridge: Fix suggested ovs-brcompatd invocation. ovs-brcompatd no longer accepts any non-option arguments. Also, -vANY:console:EMER is unnecessary, because --detach now implies disabling logging to the console. --- INSTALL.bridge | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.bridge b/INSTALL.bridge index 650e776ef..8080625b4 100644 --- a/INSTALL.bridge +++ b/INSTALL.bridge @@ -40,8 +40,7 @@ kernel bridge module. 3. Start ovs-brcompatd: - % ovs-brcompatd --pidfile --detach -vANY:console:EMER \ - unix:/usr/local/var/run/openvswitch/db.sock + % ovs-brcompatd --pidfile --detach (ovsdb-server and ovs-vswitchd should already have been loaded.) -- 2.43.0