aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/libiproute/iproute.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c
index 7adbfcd61..9c57140a5 100644
--- a/networking/libiproute/iproute.c
+++ b/networking/libiproute/iproute.c
@@ -809,7 +809,7 @@ int do_iproute(int argc, char **argv)
809{ 809{
810 const char *ip_route_commands[] = { "add", "append", "change", "chg", 810 const char *ip_route_commands[] = { "add", "append", "change", "chg",
811 "delete", "del", "get", "list", "show", "prepend", "replace", "test", "flush", 0 }; 811 "delete", "del", "get", "list", "show", "prepend", "replace", "test", "flush", 0 };
812 unsigned short command_num = 6; 812 unsigned short command_num = 7;
813 unsigned int flags = 0; 813 unsigned int flags = 0;
814 int cmd = RTM_NEWROUTE; 814 int cmd = RTM_NEWROUTE;
815 815
@@ -850,4 +850,3 @@ int do_iproute(int argc, char **argv)
850 850
851 return iproute_modify(cmd, flags, argc-1, argv+1); 851 return iproute_modify(cmd, flags, argc-1, argv+1);
852} 852}
853