]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
iproute2: drop equalize support.
authorAndreas Henriksson <andreas@fatal.se>
Sat, 14 Mar 2009 16:37:35 +0000 (17:37 +0100)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 27 Mar 2009 18:11:12 +0000 (11:11 -0700)
Hello Stephen and netdev people!

Currently you can configure "equalize" and it looks all fine and dandy.
The kernel has the interface defined, but apparently there's never actually
been any implementation for it (only a never merged patch in the 2.4 era).

I'm suggesting to drop the code to give any potential users of this feature
the benefit of receiving a proper error message. I see it unlikely that
this will be implemented in the near future, but if it ever happens
reviving the iproute2 side should be as easy as git revert this patch.

For more details see http://bugs.debian.org/149897

Regards,
Andreas Henriksson

ip/ipmonitor.c

index baf25a8b97d59036ab36ae4b9babac933ef6ce64..4b1d469df884d6b356153d3626fb541e3bf7fae6 100644 (file)
@@ -141,8 +141,8 @@ int do_ipmonitor(int argc, char **argv)
                        lprefix=1;
                        groups = 0;
                } else if (matches(*argv, "neigh") == 0) {
-                       lneigh=1;
-                       groups = 0;             
+                       lneigh = 1;
+                       groups = 0;
                } else if (strcmp(*argv, "all") == 0) {
                        groups = ~RTMGRP_TC;
                        prefix_banner=1;