Bug 1042427 - [RFE][neutron]: prevent broadcast traffic to be sent to every tunnel endpoint
Summary: [RFE][neutron]: prevent broadcast traffic to be sent to every tunnel endpoint
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/neut...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 22:14 UTC by RHOS Integration
Modified: 2015-11-20 19:25 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:44:56 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 22:14:43 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/ovs-tunnel-partial-mesh.

Description:

While using the OVS GRE encapsulation, when a broadcast packet is sent, every tunnel endpoint will receive it, even if the tunnel endpoint has no device in the concerned network. The traffic is bothered by unecessary broadcast traffic.
This could be improved by populating a relationship between endpoints and networks as soon as a port of the network is created in the hypervisor/tunnel endpoint. The flow in the br-tun will also be changed so that traffic from br-int will still have the action "set-tunnel" but  will have the the action "output:tunnel_1,...,tunnel_n" instead of NORMAL.

Specification URL (additional information):

https://wiki.openstack.org/wiki/Ovs-tunnel-partial-mesh


Note You need to log in before you can comment on or make changes to this bug.