]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
Use INIT_NETDEV_GROUP
authorStephen Hemminger <shemminger@vyatta.com>
Tue, 12 Apr 2011 21:40:14 +0000 (14:40 -0700)
committerStephen Hemminger <shemminger@vyatta.com>
Tue, 12 Apr 2011 21:40:14 +0000 (14:40 -0700)
Now that headers are sanitized, use the define.

ip/ipaddress.c

index a7350af42941d7ba0e86118287aea6c3b43dceee..a1f78b9472169c103d055efa18801b0a8a4bf7d4 100644 (file)
@@ -723,7 +723,7 @@ static int ipaddr_list_or_flush(int argc, char **argv, int flush)
        if (filter.family == AF_UNSPEC)
                filter.family = preferred_family;
 
-       filter.group = 0; /* INIT_NETDEV_GROUP */
+       filter.group = INIT_NETDEV_GROUP;
 
        if (flush) {
                if (argc <= 0) {