diff options
Diffstat (limited to 'networking/libiproute')
-rw-r--r-- | networking/libiproute/iplink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index 9c164a7..883a1f1 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c @@ -490,11 +490,11 @@ static void vlan_parse_opt(char **argv, struct nlmsghdr *n, unsigned int size) ; enum { ARG_id = 0, + ARG_protocol, ARG_reorder_hdr, ARG_gvrp, ARG_mvrp, ARG_loose_binding, - ARG_protocol, }; enum { PROTO_8021Q = 0, |