aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/out2in.c
diff options
context:
space:
mode:
authorMatus Fabian <matfabia@cisco.com>2018-07-23 00:05:22 -0700
committerDamjan Marion <dmarion@me.com>2018-07-23 19:38:46 +0000
commitc79396e1f8ba395f3d6625f463cd9a6c8d505799 (patch)
tree49c509f8881fc703b5938ec1dd5ad6d108c94392 /src/plugins/nat/out2in.c
parent5b8ed986f9985c50d1bb1ec52933ccd18fde78fc (diff)
NAT44: fix forwarding feature bug (VPP-1349)
Change-Id: I5009fcfde5c627d59dea3edda15486b9392134a2 Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'src/plugins/nat/out2in.c')
-rwxr-xr-xsrc/plugins/nat/out2in.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/nat/out2in.c b/src/plugins/nat/out2in.c
index 26fc23454ae..156b7283fef 100755
--- a/src/plugins/nat/out2in.c
+++ b/src/plugins/nat/out2in.c
@@ -794,8 +794,8 @@ snat_out2in_node_fn (vlib_main_t * vm,
{
b0->error = node->errors[SNAT_OUT2IN_ERROR_NO_TRANSLATION];
next0 = SNAT_OUT2IN_NEXT_DROP;
- goto trace0;
}
+ goto trace0;
}
/* Create session initiated by host from external network */
@@ -945,8 +945,8 @@ snat_out2in_node_fn (vlib_main_t * vm,
{
b1->error = node->errors[SNAT_OUT2IN_ERROR_NO_TRANSLATION];
next1 = SNAT_OUT2IN_NEXT_DROP;
- goto trace1;
}
+ goto trace1;
}
/* Create session initiated by host from external network */
@@ -1132,8 +1132,8 @@ snat_out2in_node_fn (vlib_main_t * vm,
{
b0->error = node->errors[SNAT_OUT2IN_ERROR_NO_TRANSLATION];
next0 = SNAT_OUT2IN_NEXT_DROP;
- goto trace00;
}
+ goto trace00;
}
/* Create session initiated by host from external network */