git://git.onelab.eu
/
sliver-openvswitch.git
/ 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
054d352
..
648e37f
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 \