Updated git submodules
authorBrady Johnson <brady.allen.johnson@ericsson.com>
Mon, 24 Apr 2017 11:58:22 +0000 (13:58 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 27 Apr 2017 19:10:44 +0000 (19:10 +0000)
commit80b511f90a9f96c4e30e59420953d99a0d0d28d1
tree1924a5f6aac142f713256bcbb14b6a2d99530069
parent4697ac2af5bb94aa113423b6d939fba2a2ac7b60
Updated git submodules

Project: netvirt master 65283fb74c145ab35f0ee26c06459a52a0673a40

BUG 8284 - Unmatched packets get dropped by Classifier

- Packets that enter the Netvirt classifier that dont get
  matched are dropped.
- These packets should instead be resubmit back to the
  Ingress Dispatcher table.
- The solution is to add a lower priority MatchAny flow
  to the INGRESS_SFC_CLASSIFIER_ACL_TABLE table that
  resubmits back to the Ingress Dispatcher.
- Adding UT for the newly created flow.

Change-Id: I2d8b598a1146aa72a2c64c9b12835a7612e16c11
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
docs/submodules/netvirt