]> git.proxmox.com Git - mirror_iproute2.git/commit - tc/f_flower.c
tc: flower: use correct type when calling flower_icmp_attr_type
authorSimon Horman <simon.horman@netronome.com>
Wed, 8 Feb 2017 12:04:31 +0000 (13:04 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 8 Feb 2017 19:37:44 +0000 (11:37 -0800)
commit81f6e5a7279eaab826ba8b291b98fb2e89df0572
treec679ab9c9aa5c1828566e5e3cb223441d1e6790b
parent1e5b0e80ff4753fc431d9764c90a5e5ffb64253d
tc: flower: use correct type when calling flower_icmp_attr_type

Use enum flower_icmp_field rather than bool as type of third parameter
when calling flower_icmp_attr_type.

Fixes: eb3b5696f163 ("tc: flower: support matching on ICMP type and code")
Signed-off-by: Simon Horman <simon.horman@netronome.com>
tc/f_flower.c