re-add the two bool for applying tables
This commit is contained in:
parent
dfa19325a5
commit
1d388630dd
1 changed files with 4 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue