Add meta-flow.inc nx-match.inc to lib/.gitignore
[cascardo/ovs.git] / PORTING
diff --git a/PORTING b/PORTING
index 53c19d3..79b1aaf 100644 (file)
--- a/PORTING
+++ b/PORTING
@@ -18,7 +18,7 @@ is a concordance, indexed by the area of the source tree:
         datapath/       vport           ---
         vswitchd/       iface           port
         ofproto/        port            bundle
-        lib/bond.c      slave           bond
+        ofproto/bond.c  slave           bond
         lib/lacp.c      slave           lacp
         lib/netdev.c    netdev          ---
         database        Interface       Port
@@ -232,7 +232,7 @@ requirements are unclear, please report this as a bug.
 There are two existing dpif implementations that may serve as
 useful examples during a port:
 
-    * lib/dpif-linux.c is a Linux-specific dpif implementation that
+    * lib/dpif-netlink.c is a Linux-specific dpif implementation that
       talks to an Open vSwitch-specific kernel module (whose sources
       are in the "datapath" directory).  The kernel module performs
       all of the switching work, passing packets that do not match any