diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-04 20:01:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 20:01:26 +0200 |
commit | aaf0d79655a612e5734970d16a9d7b4480edaf3e (patch) | |
tree | 4c6ecdb02a02fa19a9a23177b59afc25104afb4e /staticd | |
parent | Merge pull request #6727 from opensourcerouting/nb-cfg-backoff (diff) | |
parent | staticd,vtysh: no access list commands (diff) | |
download | frr-aaf0d79655a612e5734970d16a9d7b4480edaf3e.tar.xz frr-aaf0d79655a612e5734970d16a9d7b4480edaf3e.zip |
Merge pull request #6809 from opensourcerouting/staticd-disable-acl
vtysh: don't send access list commands to staticd
Diffstat (limited to 'staticd')
-rw-r--r-- | staticd/static_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/staticd/static_main.c b/staticd/static_main.c index 0b5063a08..ac8f8ff02 100644 --- a/staticd/static_main.c +++ b/staticd/static_main.c @@ -155,7 +155,6 @@ int main(int argc, char **argv, char **envp) master = frr_init(); - access_list_init(); static_debug_init(); static_vrf_init(); |