Implement OpenFlow 1.4+ OFPTC_EVICTION.
[cascardo/ovs.git] / utilities / ovs-dev.py
index 38b962a..8128b08 100755 (executable)
@@ -280,6 +280,7 @@ def modinst():
 
     _sh("modprobe", "openvswitch")
     _sh("dmesg | grep openvswitch | tail -1")
+    _sh("find /lib/modules/%s/ -iname vport-*.ko -exec insmod '{}' \;" % uname())
 commands.append(modinst)