aboutsummaryrefslogtreecommitdiff
path: root/lib/route-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route-table.c')
-rw-r--r--lib/route-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route-table.c b/lib/route-table.c
index e21e80c2..83a666ef 100644
--- a/lib/route-table.c
+++ b/lib/route-table.c
@@ -182,7 +182,7 @@ route_table_reset(void)
route_map_clear();
route_table_valid = true;
- error = nl_sock_create(NETLINK_ROUTE, 0, 0, 0, &rtnl_sock);
+ error = nl_sock_create(NETLINK_ROUTE, &rtnl_sock);
if (error) {
VLOG_WARN_RL(&rl, "failed to reset routing table, "
"cannot create RTNETLINK_ROUTE socket");