X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL.Linux;h=31bc3e08d50c3d6fe95f784a6cb6201bbb643438;hb=332b4e09868df70ddad6bb7fc843c69fac2235d5;hp=9115581771acef166ec91676946b6f298e912b2c;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;p=openvswitch diff --git a/INSTALL.Linux b/INSTALL.Linux index 91155817..31bc3e08 100644 --- a/INSTALL.Linux +++ b/INSTALL.Linux @@ -169,6 +169,12 @@ listen on a Unix domain socket, e.g.: % ovsdb-server /etc/ovs-vswitchd.conf.db --remote=punix:/var/run/ovsdb-server +Then initialize the database with "ovs-vsctl init". This is only +necessary the first time after you create the database with +ovsdb-tool (but running it at any time is harmless): + + % ovs-vsctl init + Then start the main Open vSwitch daemon, telling it to connect to the same Unix domain socket: