X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL.bridge;h=af20bff0e802e33ce98f52e6c24130c1a5f06e4e;hb=473f65a256fb7c41c8de2cf7c5f228b8dbb12576;hp=8080625b48d43fec7ee18bb394af101d11ebe208;hpb=f948cd95244c87365089c17ca9caed3db06aafe3;p=openvswitch diff --git a/INSTALL.bridge b/INSTALL.bridge index 8080625b..af20bff0 100644 --- a/INSTALL.bridge +++ b/INSTALL.bridge @@ -25,7 +25,7 @@ that the Open vSwitch kernel modules are loaded before the Linux kernel bridge module. 1. Build, install, and start up the Open vSwitch kernel modules and - userspace programs as described in INSTALL.Linux. + userspace programs as described in INSTALL. It is important to run "make install", because some Open vSwitch programs expect to find files in locations selected at installation @@ -34,9 +34,9 @@ kernel bridge module. 2. Load the brcompat kernel module (which was built in step 1), e.g.: - % insmod datapath/linux/brcompat_mod.ko + % insmod datapath/linux/brcompat.ko - (openvswitch_mod.ko should already have been loaded.) + (openvswitch.ko should already have been loaded.) 3. Start ovs-brcompatd: