summaryrefslogtreecommitdiff
path: root/include/openvswitch/automake.mk
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2010-06-09 12:54:34 -0700
committerJesse Gross <jesse@nicira.com>2010-06-10 14:30:51 -0700
commitf4b6076acab233cfe02e7eaefdeafbb69dfae556 (patch)
tree6d9b47884c3db784749e4f6e35a431ba9d071c58 /include/openvswitch/automake.mk
parent7fbef77a30dc415e41b9803b5443ce4675149b19 (diff)
downloadopenvswitch-f4b6076acab233cfe02e7eaefdeafbb69dfae556.tar.gz
netdev-vport: Use vport set_stats instead of internal dev.
In certain cases we require the ability to provide stats that are added to the values collected by the kernel (currently only used by bond fake devices). Internal devices previously implemented this directly but now that their stats are now handled by the vport layer the functionality has been moved there. This removes the userspace code to set the stats and replaces it with a mechanism to access the equivalent functionality in the vport layer.
Diffstat (limited to 'include/openvswitch/automake.mk')
-rw-r--r--include/openvswitch/automake.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openvswitch/automake.mk b/include/openvswitch/automake.mk
index 3cc83d879..92e071884 100644
--- a/include/openvswitch/automake.mk
+++ b/include/openvswitch/automake.mk
@@ -1,6 +1,5 @@
noinst_HEADERS += \
include/openvswitch/gre.h \
include/openvswitch/brcompat-netlink.h \
- include/openvswitch/internal_dev.h \
include/openvswitch/datapath-protocol.h