commit | 1a773a656e8625c09553b2673b4d62bba1ffc242 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Dec 19 10:47:40 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Dec 19 10:47:40 2003 +0000 |
tree | 544332a1852062d9bc4234dfa39c136f5136d70d | |
parent | 658f8b1d1ae0e5d5d520d8ec120c8e087954d777 [diff] |
Manousaridis Angelos writes: Another issue I found was with the iproute utility. While using another program I found that it failed because the "ip route del" command was not found. I looked at the full iproute implementation and this command exists. The busybox version has the "ip route delete" command. I have created a patch which makes the "ip route del" command an alias to the "ip route delete" command.