Skip to content
Snippets Groups Projects
Commit e07bca84 authored by Thomas Graf's avatar Thomas Graf Committed by David S. Miller
Browse files

[NETLINK]: Restore API compatibility of address and neighbour bits


Restore API compatibility due to bits moved from rtnetlink.h to
separate headers.

Signed-off-by: default avatarThomas Graf <tgraf@suug.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 15b1c0e8
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#include <linux/netlink.h> #include <linux/netlink.h>
#include <linux/if_link.h> #include <linux/if_link.h>
#include <linux/if_addr.h>
#include <linux/neighbour.h>
/**** /****
* Routing/neighbour discovery messages. * Routing/neighbour discovery messages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment