summaryrefslogtreecommitdiffstats
path: root/src/nl-neigh-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nl-neigh-list.c')
-rw-r--r--src/nl-neigh-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl-neigh-list.c b/src/nl-neigh-list.c
index aa766d5..4a74e27 100644
--- a/src/nl-neigh-list.c
+++ b/src/nl-neigh-list.c
@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
struct rtnl_neigh *neigh;
struct nl_cache *link_cache, *neigh_cache;
struct nl_dump_params params = {
- .dp_type = NL_DUMP_ONELINE,
+ .dp_type = NL_DUMP_LINE,
.dp_fd = stdout,
};