]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc: flower: correct name of ip_proto parameter to flower_parse_port()
authorSimon Horman <simon.horman@netronome.com>
Sat, 3 Dec 2016 08:52:39 +0000 (09:52 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 5 Dec 2016 18:13:26 +0000 (10:13 -0800)
commit61dff9ac10cb55c4f66b7df7a003c420f6f1d430
tree3d9ec43d5433cc12988e4c2f3946fc59e875c365
parent6ad7e60c1f4760580e9b2a144556315318a8f0ff
tc: flower: correct name of ip_proto parameter to flower_parse_port()

This corrects a typo.

Fixes: a1fb0d484237 ("tc: flower: Support matching on SCTP ports")
Signed-off-by: Simon Horman <simon.horman@netronome.com>
tc/f_flower.c