diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-27 09:42:33 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-27 09:42:33 +0000 |
| commit | 79c6904faff1ebd4bf4b7d9cd0c20ca70f4cec75 (patch) | |
| tree | e99a1234ea091d365304d7b18a4886dfa2523559 | |
| parent | 186c2b3d0e5b248bc20d62d0f49f536c8ebf2461 (diff) | |
| download | busybox-w32-79c6904faff1ebd4bf4b7d9cd0c20ca70f4cec75.tar.gz busybox-w32-79c6904faff1ebd4bf4b7d9cd0c20ca70f4cec75.tar.bz2 busybox-w32-79c6904faff1ebd4bf4b7d9cd0c20ca70f4cec75.zip | |
ip route: add comment, no code changes
| -rw-r--r-- | networking/libiproute/iproute.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index d4437b923..ce2cd8b39 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c | |||
| @@ -579,7 +579,9 @@ static int iproute_list_or_flush(char **argv, int flush) | |||
| 579 | filter.tb = 0; | 579 | filter.tb = 0; |
| 580 | else if (parm != KW_main) | 580 | else if (parm != KW_main) |
| 581 | invarg(*argv, "table"); | 581 | invarg(*argv, "table"); |
| 582 | } else if (arg == KW_cache) { // hmm is it valid - "ip r flush cache"? | 582 | } else if (arg == KW_cache) { |
| 583 | /* The command 'ip route flush cache' is used by OpenSWAN. | ||
| 584 | * Assuming it's a synonym for 'ip route flush table cache' */ | ||
| 583 | filter.tb = -1; | 585 | filter.tb = -1; |
| 584 | } else if (arg == KW_from) { | 586 | } else if (arg == KW_from) { |
| 585 | NEXT_ARG(); | 587 | NEXT_ARG(); |
