ipv4 egress if tcp session hit

This commit is contained in:
Nico Schottelius 2019-05-06 12:52:29 +02:00
parent 7be9c01b48
commit 78b037038a
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ Echo or Echo Reply Message
if(hdr.tcp.isValid()) {
if(nat64_tcp_session.apply().hit) {
meta.chk_tcp_v4 = 1;
v4_networks.apply(); /* apply egress for IPv4 */
}
}
// if(hdr.icmp6.isValid()) {