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,4 +1,7 @@
if(hdr.ipv6.isValid()) {
bool apply_v6networks = false;
bool apply_v4networks = false;
if(hdr.ipv6.isValid()) {
apply_v6networks = true;
if(nat64.apply().hit) { /* generic / static nat64 done */