[ovs-build] Passed: dceara/ovn#20 (multicast-router - 855157a)

Travis CI builds at travis-ci.org
Wed Aug 7 10:57:03 UTC 2019


Build Update for dceara/ovn
-------------------------------------

Build: #20
Status: Passed

Duration: 31 mins and 45 secs
Commit: 855157a (multicast-router)
Author: Dumitru Ceara
Message: ovn-northd: Add IGMP Relay support

Add a new configuration option 'mcast_relay' to the Logical_Router:options
in the OVN Northbound database.

If a router is configured with 'mcast_relay' enabled then ovn-northd
will install Logical_Flows to allow IP multicast traffic to be routed
between Logical_Switches. The logical router will aggregate all IGMP
groups from attached logical switches and modify the routing pipeline in
the following way:
- Table S_ROUTER_IN_IP_INPUT: add flow matching the group address and
  set outport=<Multicast_Group> associated with the IGMP group. Continue
  to next table.
- Table S_ROUTER_IN_IP_ROUTING: bypass route lookup for IP multicast
  traffic and just decrement TTL. If the packet reached this table then
  it must have matched a flow in S_ROUTER_IN_IP_INPUT and had outport
  set. Continue to next table.
- Table S_ROUTER_IN_ARP_RESOLVE: bypass ARP resolve for IP multicast
  traffic and continue to next table.
- Table S_ROUTER_OUT_DELIVERY: add flow matching IP multicast traffic
  and set ETH.SRC to the MAC address of the logical port on which
  traffic is forwarded.

Signed-off-by: Dumitru Ceara <dceara at redhat.com>

View the changeset: https://github.com/dceara/ovn/compare/602165c38e4e...855157aabd39

View the full build log and details: https://travis-ci.org/dceara/ovn/builds/568788974?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the dceara/ovn repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=25507942&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20190807/7d0dd8e3/attachment.html>


More information about the build mailing list