From 13ce7218621c8af32a080fafd4a34c93740ed555 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 24 Jul 2019 11:57:57 +0200 Subject: [PATCH] Include settings into egress for table sizes --- p4src/actions_egress.p4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/p4src/actions_egress.p4 b/p4src/actions_egress.p4 index 31d5aec..953f4c9 100644 --- a/p4src/actions_egress.p4 +++ b/p4src/actions_egress.p4 @@ -1,6 +1,8 @@ #ifndef NICO_EGRESS #define NICO_EGRESS +#include "settings.p4" + /********************** EGRESS ACTIONS ***********************************/ action set_egress_port (port_t out_port) {