- 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:
Bernhard Reutner-Fischer
2007-06-20 14:53:49 +00:00
parent 7510384107
commit cd0e80ce90
3 changed files with 50 additions and 43 deletions

View File

@ -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,