From 64a96a133619aca31019cf159cc6731fa65a42c4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 25 Jul 2019 14:42:24 +0200 Subject: [PATCH] disable more code for trying to find compiler bug --- p4src/minip4_solution.p4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4src/minip4_solution.p4 b/p4src/minip4_solution.p4 index 707f074..1586e80 100644 --- a/p4src/minip4_solution.p4 +++ b/p4src/minip4_solution.p4 @@ -153,7 +153,7 @@ control RealMain( // v6_networks.apply(); // exit; // } - v4_networks.apply(); /* regular routing, egress */ +// v4_networks.apply(); /* regular routing, egress */ } lookup_table.apply();