summaryrefslogtreecommitdiff
path: root/sharpd/sharp_main.c
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2020-08-03 20:55:47 -0300
committerRafael Zalamena <rzalamena@opensourcerouting.org>2020-08-03 21:21:12 -0300
commitf97cb778e9d727b23f017582eddfab8c3f5c047a (patch)
tree0ee65071a7c9d92f955c1622c97ef3eda152e1b4 /sharpd/sharp_main.c
parent0f960d298ee4f7583356a756c4a1ce82f37a3fd0 (diff)
sharpd,vtysh: no access list or route map commands
Don't send access list or route map commands to `sharpd` since it doesn't use them. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'sharpd/sharp_main.c')
-rw-r--r--sharpd/sharp_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c
index 40b41fd728..ccf34b10dd 100644
--- a/sharpd/sharp_main.c
+++ b/sharpd/sharp_main.c
@@ -167,9 +167,6 @@ int main(int argc, char **argv, char **envp)
nexthop_group_init(NULL, NULL, NULL, NULL);
vrf_init(NULL, NULL, NULL, NULL, NULL);
- access_list_init();
- route_map_init();
-
sharp_zebra_init();
/* Get configuration file. */