diff options
Diffstat (limited to 'networking/libiproute/ip_parse_common_args.c')
-rw-r--r-- | networking/libiproute/ip_parse_common_args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c index 3606d3877..a6ab39924 100644 --- a/networking/libiproute/ip_parse_common_args.c +++ b/networking/libiproute/ip_parse_common_args.c @@ -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, |