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/subdir.am | |
parent | nhrpd: redirect netlink gre with zebra (diff) | |
download | frr-aea6c49e01afccb68a6559832dd74924e13b8e61.tar.xz frr-aea6c49e01afccb68a6559832dd74924e13b8e61.zip |
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/subdir.am')
-rw-r--r-- | nhrpd/subdir.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nhrpd/subdir.am b/nhrpd/subdir.am index d00aecc1e..9a186d6ed 100644 --- a/nhrpd/subdir.am +++ b/nhrpd/subdir.am @@ -13,7 +13,6 @@ nhrpd_nhrpd_LDADD = lib/libfrr.la lib/libfrrcares.la $(LIBCAP) nhrpd_nhrpd_SOURCES = \ nhrpd/linux.c \ nhrpd/netlink_arp.c \ - nhrpd/netlink_gre.c \ nhrpd/nhrp_cache.c \ nhrpd/nhrp_errors.c \ nhrpd/nhrp_event.c \ |