summaryrefslogtreecommitdiff
path: root/ofproto
diff options
context:
space:
mode:
authorWilliam Tu <u9012063@gmail.com>2018-02-26 15:56:46 -0800
committerBen Pfaff <blp@ovn.org>2018-02-28 13:28:49 -0800
commit1139c77dffe6217a118ec2bd9009cbee06e588fb (patch)
tree597979efe69cebbf19460ff6e19766925596d6b7 /ofproto
parent6330f30086f59c336bf82b30823532e5db8929d3 (diff)
downloadopenvswitch-1139c77dffe6217a118ec2bd9009cbee06e588fb.tar.gz
ofproto: fix comment about ofproto-dpif
"dpif-netlink" is the dpif to communicate with kernel. So replace "dpif-linux" with "dpif-netlink". Signed-off-by: William Tu <u9012063@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto')
-rw-r--r--ofproto/ofproto-dpif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h
index 2433a548c..90432fa26 100644
--- a/ofproto/ofproto-dpif.h
+++ b/ofproto/ofproto-dpif.h
@@ -19,7 +19,7 @@
*
* ofproto-dpif provides an ofproto implementation for those platforms which
* implement the netdev and dpif interface defined in netdev.h and dpif.h. The
- * most important of which is the Linux Kernel Module (dpif-linux), but
+ * most important of which is the Linux Kernel Module (dpif-netlink), but
* alternatives are supported such as a userspace only implementation
* (dpif-netdev), and a dummy implementation used for unit testing.
*