diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-26 22:19:08 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@users.noreply.github.com> | 2017-05-28 00:18:59 +0200 |
commit | 901fda9830d7379d802f7c8db719e63c65e757ed (patch) | |
tree | 3e10d8f8f3f0726a370b65287773c5b2b3b0f6d1 /nhrpd/nhrp_vty.c | |
parent | Merge pull request #610 from donaldsharp/rpprefixlen (diff) | |
download | frr-901fda9830d7379d802f7c8db719e63c65e757ed.tar.xz frr-901fda9830d7379d802f7c8db719e63c65e757ed.zip |
nhrpd: Fix missing include for 'access_list_init' function
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | nhrpd/nhrp_vty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nhrpd/nhrp_vty.c b/nhrpd/nhrp_vty.c index ef8b6ee0a..f62be7404 100644 --- a/nhrpd/nhrp_vty.c +++ b/nhrpd/nhrp_vty.c @@ -11,6 +11,7 @@ #include "command.h" #include "zclient.h" #include "stream.h" +#include "filter.h" #include "nhrpd.h" #include "netlink.h" |