]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
Remove mirred debug message
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Tue, 30 Mar 2010 00:32:37 +0000 (17:32 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Tue, 30 Mar 2010 00:32:37 +0000 (17:32 -0700)
Other commands are quiet if successful. mirred action had leftover
debug message.

tc/m_mirred.c

index 226df4d29281154ca0a14cc6208c38681bddfcdc..0d771bc4715e1f80c9454fa339d2adbf54ec4ab6 100644 (file)
@@ -26,8 +26,6 @@
 #include "tc_common.h"
 #include <linux/tc_act/tc_mirred.h>
 
-int mirred_d = 1;
-
 static void
 explain(void)
 {
@@ -196,9 +194,6 @@ parse_egress(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, str
                }
        }
 
-       if (mirred_d)
-               fprintf(stdout, "Action %d device %s ifindex %d\n",p.action, d,p.ifindex);
-
        tail = NLMSG_TAIL(n);
        addattr_l(n, MAX_MSG, tca_id, NULL, 0);
        addattr_l(n, MAX_MSG, TCA_MIRRED_PARMS, &p, sizeof (p));