diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-04 14:01:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-04 14:01:26 -0400 |
| commit | aaf0d79655a612e5734970d16a9d7b4480edaf3e (patch) | |
| tree | 4c6ecdb02a02fa19a9a23177b59afc25104afb4e /staticd/static_main.c | |
| parent | 070d9eb9c8ebc7255412c445df6871898dfc152f (diff) | |
| parent | 2058aa503570c1fb32c5326e078170d9b524375a (diff) | |
Merge pull request #6809 from opensourcerouting/staticd-disable-acl
vtysh: don't send access list commands to staticd
Diffstat (limited to 'staticd/static_main.c')
| -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 0b5063a083..ac8f8ff029 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(); |
