- move iprule and ipaddress from matches() to index_in_str_array
text data bss dec hex filename 2544 0 0 2544 9f0 networking/libiproute/iprule.o.oorig 2356 0 0 2356 934 networking/libiproute/iprule.o 6481 0 0 6481 1951 networking/libiproute/ipaddress.o.oorig 6464 0 0 6464 1940 networking/libiproute/ipaddress.o
This commit is contained in:
@ -30,7 +30,7 @@ void ip_parse_common_args(int *argcp, char ***argvp)
|
||||
{"-family", "inet", "inet6", "link",
|
||||
"-4", "-6", "-0", "-oneline", 0};
|
||||
enum {
|
||||
ARG_family,
|
||||
ARG_family = 1,
|
||||
ARG_inet,
|
||||
ARG_inet6,
|
||||
ARG_link,
|
||||
|
Reference in New Issue
Block a user