mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge 138d8a2d77
into 3dd4d417be
This commit is contained in:
commit
f0cd088276
|
@ -181,7 +181,6 @@ ns_id_t zebra_ns_id_get(const char *netnspath, int fd_param)
|
|||
}
|
||||
memset(&snl, 0, sizeof(snl));
|
||||
snl.nl_family = AF_NETLINK;
|
||||
snl.nl_groups = RTNLGRP_NSID;
|
||||
snl.nl_pid = 0; /* AUTO PID */
|
||||
ret = bind(sock, (struct sockaddr *)&snl, sizeof(snl));
|
||||
if (ret < 0) {
|
||||
|
|
Loading…
Reference in a new issue