re-add the two bool for applying tables

This commit is contained in:
Nico Schottelius 2019-07-29 21:35:40 +02:00
parent dfa19325a5
commit 1d388630dd
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
bool apply_v6networks = false;
bool apply_v4networks = false;
if(hdr.ipv6.isValid()) {
apply_v6networks = true;