Skip to content

Commit

Permalink
ovn-northd: Remove extraneous ip4 mulicast logical flow.
Browse files Browse the repository at this point in the history
IPv4 multicast is already dropped by a previous logical flow
written for the logical router, so there is no reason to add
a lower priority rule for it.

Signed-off-by: Ryan Moats <[email protected]>
Acked-by: Flavio Fernandes <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
jayhawk87 authored and russellb committed Jul 14, 2016
1 parent 2926d05 commit 6a9d35d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ovn/northd/ovn-northd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2251,10 +2251,6 @@ build_lrouter_flows(struct hmap *datapaths, struct hmap *ports,
ovn_lflow_add(lflows, od, S_ROUTER_IN_IP_INPUT, 50,
"eth.bcast", "drop;");

/* Drop IP multicast. */
ovn_lflow_add(lflows, od, S_ROUTER_IN_IP_INPUT, 50,
"ip4.mcast", "drop;");

/* TTL discard.
*
* XXX Need to send ICMP time exceeded if !ip.later_frag. */
Expand Down

0 comments on commit 6a9d35d

Please sign in to comment.