projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f66c4
)
Add missing header file to datapath/Modules.mk.
author
Ben Pfaff
<blp@nicira.com>
Fri, 31 Oct 2008 00:22:26 +0000
(17:22 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 31 Oct 2008 21:09:53 +0000
(14:09 -0700)
This fixes the generated Debian openflow-datapath-source package.
datapath/Modules.mk
patch
|
blob
|
history
diff --git
a/datapath/Modules.mk
b/datapath/Modules.mk
index 054d352f160fec32b0a6a77e1416c5e5dcb56dc2..648e37f2550b5b133904e1dc4f7c224dd800e054 100644
(file)
--- a/
datapath/Modules.mk
+++ b/
datapath/Modules.mk
@@
-24,6
+24,7
@@
openflow_headers = \
dp_dev.h \
flow.h \
forward.h \
+ dp_act.h \
nx_act.h \
nx_act_snat.h \
nx_msg.h \