diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-26 18:29:52 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-26 18:29:52 +0000 |
commit | 186c2b3d0e5b248bc20d62d0f49f536c8ebf2461 (patch) | |
tree | d118546b37b4f347b15230d5941586449972e49a /networking/libiproute/iprule.c | |
parent | 30297a5b833da6ece98ee46a47411a938f75b78e (diff) | |
download | busybox-186c2b3d0e5b248bc20d62d0f49f536c8ebf2461.tar.gz |
iproute: fix a bug where "ip r flush table main" was rejected,
add "ip r flush cache" (however I'm unsure it is really valid syntax)
Add a few comments and stop mixing params and params' keywords.
Diffstat (limited to 'networking/libiproute/iprule.c')
-rw-r--r-- | networking/libiproute/iprule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/libiproute/iprule.c b/networking/libiproute/iprule.c index 6442992b4..6b22061a7 100644 --- a/networking/libiproute/iprule.c +++ b/networking/libiproute/iprule.c @@ -17,7 +17,6 @@ */ #include <syslog.h> -//#include <sys/socket.h> #include <netinet/in.h> #include <netinet/ip.h> #include <arpa/inet.h> |