[P4] fix routing table size

This commit is contained in:
Nico Schottelius 2019-02-23 14:31:19 +01:00
parent 368ad03792
commit 858e8bf448
1 changed files with 2 additions and 3 deletions

View File

@ -6,8 +6,7 @@
#include <core.p4> #include <core.p4>
#include <v1model.p4> #include <v1model.p4>
#define THE_ANSWER_TO_LIFE_THE_UNIVERSE_AND_EVERYTHING 42 #define THE_ANSWER_TO_LIFE_THE_UNIVERSE_AND_EVERYTHING 42 /* Important constant */
#define ROUTING_TABLE_SIZE 64 /* maximum routes per protocol */
#define ROUTING_TABLE_SIZE = 64 /* maximum routes per protocol */
#endif #endif