ofproto-dpif-xlate: Make IGMP packets always take slow path.
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Wed, 17 Jun 2015 17:12:19 +0000 (14:12 -0300)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Jun 2015 18:07:28 +0000 (11:07 -0700)
commitd29f137b65e8051f7da0eacf1901bcb7245b6b4e
tree6066fe2b951729bc1c0f54d72726642090c3881b
parentf303f87e0fb6609f450dc556dc2b001b6845552c
ofproto-dpif-xlate: Make IGMP packets always take slow path.

IGMP packets need to take the slow path. Otherwise, packets that match
the same flow will not be processed by OVS. That might prevent OVS from
updating the expire time for entries already in the mdb, but also to
lose packets with different addresses in the payload.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-xlate.c