ip route: add comment, no code changes
This commit is contained in:
parent
186c2b3d0e
commit
79c6904faf
@ -579,7 +579,9 @@ static int iproute_list_or_flush(char **argv, int flush)
|
|||||||
filter.tb = 0;
|
filter.tb = 0;
|
||||||
else if (parm != KW_main)
|
else if (parm != KW_main)
|
||||||
invarg(*argv, "table");
|
invarg(*argv, "table");
|
||||||
} else if (arg == KW_cache) { // hmm is it valid - "ip r flush cache"?
|
} else if (arg == KW_cache) {
|
||||||
|
/* The command 'ip route flush cache' is used by OpenSWAN.
|
||||||
|
* Assuming it's a synonym for 'ip route flush table cache' */
|
||||||
filter.tb = -1;
|
filter.tb = -1;
|
||||||
} else if (arg == KW_from) {
|
} else if (arg == KW_from) {
|
||||||
NEXT_ARG();
|
NEXT_ARG();
|
||||||
|
Loading…
Reference in New Issue
Block a user