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

View file

@ -1037,7 +1037,7 @@ extern uint32_t last_id;
extern struct Tstats *_statistics;
extern in_addr_t my_address;
extern int clifd;
extern int nlfd;
extern int rtnlfd;
extern int epollfd;
extern FILE *log_stream;
@ -1051,7 +1051,7 @@ struct event_data {
FD_TYPE_DAE,
FD_TYPE_RADIUS,
FD_TYPE_BGP,
FD_TYPE_NETLINK,
FD_TYPE_RTNETLINK,
FD_TYPE_PPPOEDISC,
FD_TYPE_PPPOESESS
} type;