summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'VNFs/DPPD-PROX/commands.h')
-rw-r--r--VNFs/DPPD-PROX/commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/commands.h b/VNFs/DPPD-PROX/commands.h
index 6c4a29a3..291930ff 100644
--- a/VNFs/DPPD-PROX/commands.h
+++ b/VNFs/DPPD-PROX/commands.h
@@ -18,6 +18,7 @@
#define _COMMANDS_H_
#include <inttypes.h>
+#include <rte_ether.h>
struct input;
@@ -64,6 +65,7 @@ void cmd_set_cache_class(uint32_t lcore_id, uint32_t set);
void cmd_cache_reset(void);
void cmd_reset_port(uint8_t port_id);
+void cmd_multicast(uint8_t port_id, unsigned int val, struct ether_addr *mac);
int reconnect_task(uint32_t lcore_id, uint32_t task_id);
int bypass_task(uint32_t lcore_id, uint32_t task_id);