From d84430702496f617c01c5e2d27d0e82e02390bb7 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 23 May 2008 23:45:14 +0200 Subject: Remove old line counting while dumping --- src/nl-fib-lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nl-fib-lookup.c') diff --git a/src/nl-fib-lookup.c b/src/nl-fib-lookup.c index 2507be8e..c514211c 100644 --- a/src/nl-fib-lookup.c +++ b/src/nl-fib-lookup.c @@ -31,7 +31,7 @@ int main(int argc, char *argv[]) struct nl_addr *addr; struct nl_dump_params params = { .dp_fd = stdout, - .dp_type = NL_DUMP_FULL, + .dp_type = NL_DUMP_DETAILS, }; int table = RT_TABLE_UNSPEC, scope = RT_SCOPE_UNIVERSE; int tos = 0, err = 1; -- cgit v1.2.3