nl_cli_route_parse_table fixed typo in code
Bug introduced in 2bdcde7e8e
This commit is contained in:
parent
9426d03e3a
commit
052a131193
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ void nl_cli_route_parse_table(struct rtnl_route *route, char *arg)
|
|||
table = lval;
|
||||
}
|
||||
|
||||
rtnl_route_set_table(route, lval);
|
||||
rtnl_route_set_table(route, table);
|
||||
}
|
||||
|
||||
void nl_cli_route_parse_prio(struct rtnl_route *route, char *arg)
|
||||
|
|
Loading…
Add table
Reference in a new issue