X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL.Linux;h=31bc3e08d50c3d6fe95f784a6cb6201bbb643438;hb=332b4e09868df70ddad6bb7fc843c69fac2235d5;hp=e25c193c91621398e3e74781e5ac8dd9857b04fd;hpb=3b12addabb60c1eae0f58942281a388a6bc5d45b;p=openvswitch diff --git a/INSTALL.Linux b/INSTALL.Linux index e25c193c..31bc3e08 100644 --- a/INSTALL.Linux +++ b/INSTALL.Linux @@ -61,7 +61,7 @@ If you are working from a Git tree or snapshot (instead of from a distribution tarball), or if you modify the Open vSwitch build system, you will also need the following software: - - Autoconf version 2.63 or later. + - Autoconf version 2.64 or later. - Automake version 1.10 or later. @@ -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: