mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-03 04:39:45 +00:00
Use INIT_NETDEV_GROUP
Now that headers are sanitized, use the define.
This commit is contained in:
parent
c0635644cd
commit
242b8da71b
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user