mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 08:56:13 +00:00
bfdd: Modify bfdd to quietly accept access-lists
The `access-list ...` command was causing bfdd to return 'unknown commands'. Make bfdd at least cognizant of access-lists enough to not create strange error messages Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
0643ec535f
commit
4feb4d9dff
@ -20,6 +20,8 @@
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include "filter.h"
|
||||
|
||||
#include "bfd.h"
|
||||
#include "lib/version.h"
|
||||
|
||||
@ -208,6 +210,8 @@ int main(int argc, char *argv[])
|
||||
/* Initialize BFD data structures. */
|
||||
bfd_initialize();
|
||||
|
||||
access_list_init();
|
||||
|
||||
/* Initialize zebra connection. */
|
||||
bfdd_zclient_init(&bfdd_privs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user