Updated git submodules
authorAbhinav Gupta <abhinav.gupta@ericsson.com>
Thu, 12 Jan 2017 11:11:49 +0000 (16:41 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 21 Apr 2017 18:53:18 +0000 (18:53 +0000)
commita4226de02421356c93c7ff12e05f6b201773f931
tree7508759d166eede08463d50a1a24c91ce43d7e51
parentd1c2e41eba589faecdd572e57234939d0a5d1240
Updated git submodules

Project: netvirt master f1918dd7fcff4576afc500fb23821897a8b8f2dc

ELAN: VNI support in datapath for VxLAN networks

This commit adds support for VNI based datapath forwarding for VxLAN
based provider networks.
Spec: https://git.opendaylight.org/gerrit/#/c/48640/

a. Unicast
  1. Table 51 now sets VNI in tun_id field for packets egressing on
     tunnel ports
  2. On egress, table 36 now matches on VNI in tun_id field, sets the
     ELAN tag in metadata, and forwards the traffic to table 51

b. Broadcast
  1. Remote broadcast group now sets VNI in tun_id field for packets
     egressing on tunnel ports
  2. On egress, table 36 now matches on VNI in tun_id field, sets the
     ELAN tag in metadata, and forwards the traffic to table 51

Also, integrates the openstack-vni-semantics-enforced flag to enable
easier turning on/off of the feature

Change-Id: I7a6b14897344a8d00cb19291602d92cf586f15f7
Signed-off-by: Abhinav Gupta <abhinav.gupta@ericsson.com>
docs/submodules/netvirt