]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
libnetlink: remove unused junk callback
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 28 Dec 2011 18:37:12 +0000 (10:37 -0800)
committerStephen Hemminger <shemminger@vyatta.com>
Wed, 28 Dec 2011 18:37:12 +0000 (10:37 -0800)
commitcd70f3f522e04b4d2fa80ae10292379bf223a53b
tree2d4077b0d1c7c6505bd0913bced13e42159afd87
parentd060de7f8da283fcd410b16f687cd6b33382c316
libnetlink: remove unused junk callback

Both rtnl_talk and rtnl_dump had a callback for handling portions
of netlink message that do not match the correct pid or seq.
But this callback was never used by any part of iproute2 so remove
it.
20 files changed:
genl/ctrl.c
include/libnetlink.h
ip/ipaddress.c
ip/ipaddrlabel.c
ip/iplink.c
ip/ipneigh.c
ip/ipntable.c
ip/iproute.c
ip/iprule.c
ip/link_gre.c
ip/rtmon.c
ip/xfrm_policy.c
ip/xfrm_state.c
lib/libnetlink.c
lib/ll_map.c
misc/ifstat.c
tc/m_action.c
tc/tc_class.c
tc/tc_filter.c
tc/tc_qdisc.c