mirror of
https://git.busybox.net/busybox
synced 2026-02-15 22:16:09 +00:00
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. |
||
|---|---|---|
| .. | ||
| linux | ||
| ip_common.h | ||
| ip_parse_common_args.c | ||
| ipaddress.c | ||
| iplink.c | ||
| iproute.c | ||
| iptunnel.c | ||
| libnetlink.c | ||
| libnetlink.h | ||
| ll_addr.c | ||
| ll_map.c | ||
| ll_map.h | ||
| ll_proto.c | ||
| ll_types.c | ||
| Makefile | ||
| Makefile.in | ||
| rt_names.c | ||
| rt_names.h | ||
| rtm_map.c | ||
| rtm_map.h | ||
| utils.c | ||
| utils.h | ||