Skip to content

Commit

Permalink
Merge pull request #4463 from donaldsharp/7.0_bfd_access_list
Browse files Browse the repository at this point in the history
7.0 bfdd: Modify bfdd to quietly accept access-lists
  • Loading branch information
rzalamena authored Jun 5, 2019
2 parents 1b6242a + bb1ffa0 commit 7f2115a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bfdd/bfdd.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include <zebra.h>

#include "filter.h"

#include "bfd.h"
#include "lib/version.h"

Expand Down Expand Up @@ -206,6 +208,8 @@ int main(int argc, char *argv[])
/* Initialize BFD data structures. */
bfd_initialize();

access_list_init();

/* Initialize zebra connection. */
bfdd_zclient_init(&bfdd_privs);

Expand Down

0 comments on commit 7f2115a

Please sign in to comment.