Updated git submodules
authorAswin Suryanarayanan <asuryana@redhat.com>
Thu, 3 Nov 2016 11:40:28 +0000 (17:10 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 10 Nov 2016 16:04:54 +0000 (16:04 +0000)
commitfc1fcce018b671761970a33e14a72e9e2d274978
tree5e8d19acece18e64123bc27e2925cb466a8bc281
parent8c5c60bcde2e8d7d93c4d4a2587dc6f32a68658d
Updated git submodules

Project: netvirt master acdebf28b78e45999925e58ba522c0763f18bebb

Fixes Bug 7076 SSH between vm in different network on same compute is
blocked even with an allow rule.

the conntrack +trk rule is removed in egress pipeline. Now the packets
will be always send to netfilter  for checking the status of the
connection in a zone.

the ct_state check is removed from table 40 and 251, and packet will be
send to netfilter without checking the ct_state.

fixed the UT test cases, no new UT added as this fix is not for a
particular scenario and exsiting UT will cover the change.

Change the priority on +trk+inv as the invalid packet will be always
dropped, so it is not required to check all the +trk+new rules.

Change-Id: I61f347ef537cba4d144ca2e9f8677434ca200cbc
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
docs/submodules/netvirt