Rename netlink infrastructure to rtnetlink

We will introduce genetlink infrastructure just after this.
This commit is contained in:
Samuel Thibault 2023-04-18 00:07:40 +02:00
parent fdf19f5467
commit 60329986b2
3 changed files with 102 additions and 65 deletions

2
util.c
View file

@ -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);