summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/u32.c
diff options
context:
space:
mode:
authorDenys Fedoryschenko <denys@visp.net.lb>2009-11-14 19:10:18 (GMT)
committerThomas Graf <tgraf@suug.ch>2009-12-07 15:27:59 (GMT)
commitff76549013c31082d303b3feef755bbd35e13ec6 (patch)
tree7cb3dd03dc22b701c7676795fb85a963ba9cebbe /lib/route/cls/u32.c
parent52510e7d394a1c8ee0a3aaf046db6199f0558c78 (diff)
downloadlibnl-ff76549013c31082d303b3feef755bbd35e13ec6.zip
libnl-ff76549013c31082d303b3feef755bbd35e13ec6.tar.gz
libnl-ff76549013c31082d303b3feef755bbd35e13ec6.tar.bz2
one more fix, u32.c
One more segfault, also nl-tctree-list , fix Probably need reformat for better look Patch attached
Diffstat (limited to 'lib/route/cls/u32.c')
-rw-r--r--lib/route/cls/u32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/route/cls/u32.c b/lib/route/cls/u32.c
index 46d502b..80b8851 100644
--- a/lib/route/cls/u32.c
+++ b/lib/route/cls/u32.c
@@ -296,8 +296,7 @@ static void u32_dump_stats(struct rtnl_cls *cls, struct nl_dump_params *p)
if (u->cu_mask & U32_ATTR_PCNT) {
struct tc_u32_pcnt *pc = u->cu_pcnt->d_data;
nl_dump(p, "\n");
- nl_dump_line(p, "%s successful hits\n");
- nl_dump_line(p, "%s %8llu %8llu\n",
+ nl_dump_line(p, " hit %8llu count %8llu\n",
pc->rhit, pc->rcnt);
}
}