Rename netlink infrastructure to rtnetlink
We will introduce genetlink infrastructure just after this.
This commit is contained in:
parent
fdf19f5467
commit
60329986b2
3 changed files with 102 additions and 65 deletions
2
util.c
2
util.c
|
|
@ -120,7 +120,7 @@ pid_t fork_and_close()
|
|||
close(bgp_peers[i].sock);
|
||||
#endif /* BGP */
|
||||
|
||||
if (nlfd != -1) close(nlfd);
|
||||
if (rtnlfd != -1) close(rtnlfd);
|
||||
if (pppoediscfd != -1) close(pppoediscfd);
|
||||
if (pppoesessfd != -1) close(pppoesessfd);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue