summaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-01-21 17:01:56 -0800
committerBen Pfaff <blp@nicira.com>2011-01-28 15:34:40 -0800
commit254f2dc8e3eb18debf4a8f238b9c87cf4d4dbd3f (patch)
tree31d1db09fc0a56f156856201063d618306452ec6 /lib/automake.mk
parent957709ea815c68ce83418cf7f59d2b661bafcd25 (diff)
downloadopenvswitch-254f2dc8e3eb18debf4a8f238b9c87cf4d4dbd3f.tar.gz
datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.
I can't see any real value in maintaining a dp_idx separate from the ifindex of the local port. With the current implementation it also artificially limits the number of datapaths. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index ba02d4111..c51d3ed83 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010 Nicira Networks, Inc.
+# Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
@@ -222,7 +222,6 @@ EXTRA_DIST += \
lib/common-syn.man \
lib/daemon.man \
lib/daemon-syn.man \
- lib/dpif.man \
lib/leak-checker.man \
lib/ssl-bootstrap.man \
lib/ssl-bootstrap-syn.man \