summaryrefslogtreecommitdiffstats
path: root/staticd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-08-04 20:01:26 +0200
committerGitHub <noreply@github.com>2020-08-04 20:01:26 +0200
commitaaf0d79655a612e5734970d16a9d7b4480edaf3e (patch)
tree4c6ecdb02a02fa19a9a23177b59afc25104afb4e /staticd
parentMerge pull request #6727 from opensourcerouting/nb-cfg-backoff (diff)
parentstaticd,vtysh: no access list commands (diff)
downloadfrr-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.c1
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();