Comment 1 for bug 1783654

Revision history for this message
Arjun Baindur (abaindur) wrote :

I noticed the log says tunnel bridge. Was this not intended to ever happen for VLAN/physical bridges?

        if net_shared_only:
            LOG.debug("Not applying DVR rules to tunnel bridge because %s "
                      "is a shared network", subnet_info.get('network_id'))

https://github.com/openstack/neutron/blob/stable/pike/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_dvr_neutron_agent.py#L436