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
4
l2tpns.h
4
l2tpns.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue