diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-12-20 11:23:05 +0100 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2021-04-30 10:33:18 +0200 |
| commit | aea6c49e01afccb68a6559832dd74924e13b8e61 (patch) | |
| tree | 1a36c71a49c3f5e119d31fa73cdf825ec324a0e7 /nhrpd/nhrp_interface.c | |
| parent | 7f48cfa5e4d93bb8899e0eb815074741df3c8177 (diff) | |
nhrpd: cleaning netlink gre information
flush netlink related dependencies with gre information.
Add some linux headers required to compile with it.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'nhrpd/nhrp_interface.c')
| -rw-r--r-- | nhrpd/nhrp_interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nhrpd/nhrp_interface.c b/nhrpd/nhrp_interface.c index 12c86c3876..541e5a992a 100644 --- a/nhrpd/nhrp_interface.c +++ b/nhrpd/nhrp_interface.c @@ -19,7 +19,6 @@ #include "nhrpd.h" #include "os.h" -#include "netlink.h" #include "hash.h" DEFINE_MTYPE_STATIC(NHRPD, NHRP_IF, "NHRP interface"); |
