Skip to content
  • Mark Michelson's avatar
    OVN: Add multicast local-only flag. · 74c2eacc
    Mark Michelson authored
    
    
    When this flag is set, then a multicast packet that would normally be
    delivered to ports on multiple hypervisors is only delivered to ports
    on the local hypervisor.
    
    The primary known use case for this is when multicast packets originate
    from ovn-controller. Multiple ovn-controllers will be attempting to send
    out those multicast packets, and so each should only be responsible for
    delivering those packets to their local ports.
    
    Signed-off-by: default avatarMark Michelson <mmichels@redhat.com>
    Signed-off-by: default avatarBen Pfaff <blp@ovn.org>
    74c2eacc