From b1822e1ff849930ac4446294754e51118cb3b0b3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 30 Oct 2008 17:22:26 -0700 Subject: [PATCH] Add missing header file to datapath/Modules.mk. This fixes the generated Debian openflow-datapath-source package. --- datapath/Modules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 054d352f1..648e37f25 100644 --- 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 \ -- 2.45.2