]> git.proxmox.com Git - mirror_ovs.git/commit
odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP.
authorBen Pfaff <blp@ovn.org>
Wed, 24 Jan 2018 19:40:20 +0000 (11:40 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 6 Feb 2018 18:25:50 +0000 (10:25 -0800)
commitc645550bb2498fb3816b6a39b22bffeb3154dca3
tree010f14a607e5d48eeecca446a8346e23f14f7025
parent687bafbb8a798dc0b2f65a14669501c44c01c0ed
odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP.

OVS datapaths don't understand or parse IGMP fields, but OVS userspace
does, so this commit updates odp_flow_key_to_flow() to report that properly
to the caller.

Reported-by: Huanle Han <hanxueluo@gmail.com>
Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2018-January/343665.html
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/odp-util.c