X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL.bridge;h=650e776efa1e52d8ee854f198dea212ddda8fb8e;hb=9bdea45ba4bac25504f3fe23909b656ec6ecc214;hp=fc04a87e0a85978ea6a0713be7cd9c87ca5fae4c;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;p=openvswitch diff --git a/INSTALL.bridge b/INSTALL.bridge index fc04a87e..650e776e 100644 --- a/INSTALL.bridge +++ b/INSTALL.bridge @@ -34,14 +34,14 @@ kernel bridge module. 2. Load the brcompat kernel module (which was built in step 1), e.g.: - % insmod datapath/linux-2.6/brcompat_mod.ko + % insmod datapath/linux/brcompat_mod.ko (openvswitch_mod.ko should already have been loaded.) 3. Start ovs-brcompatd: % ovs-brcompatd --pidfile --detach -vANY:console:EMER \ - unix:/usr/local/var/run/ovsdb-server + unix:/usr/local/var/run/openvswitch/db.sock (ovsdb-server and ovs-vswitchd should already have been loaded.)