commit | 56b39f6a9e1e467b3e7413092e20882df3d59ced | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Tue Mar 27 17:29:32 2018 -0700 |
committer | Dave Barach <openvpp@barachs.net> | Thu Mar 29 11:23:58 2018 +0000 |
tree | fdeab6ec42d7c3c1fbedce3d21fb48997795f902 | |
parent | cc5677b49695526c005b81bf2f0bfd320c9017f1 [diff] [blame] |
tcp: fix fib index buffer tagging Change-Id: I373cc252df3621d44879b8eca70aed17d7752a2a Signed-off-by: Florin Coras <fcoras@cisco.com>
diff --git a/src/vnet/tcp/tcp_input.c b/src/vnet/tcp/tcp_input.c index 07f1838..3b37bcd 100644 --- a/src/vnet/tcp/tcp_input.c +++ b/src/vnet/tcp/tcp_input.c
@@ -2757,6 +2757,7 @@ child0->c_rmt_port = th0->src_port; child0->c_is_ip4 = is_ip4; child0->state = TCP_STATE_SYN_RCVD; + child0->c_fib_index = lc0->c_fib_index; if (is_ip4) {