summaryrefslogtreecommitdiffstats
path: root/sharpd
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2020-08-04 01:55:47 +0200
committerRafael Zalamena <rzalamena@opensourcerouting.org>2020-08-04 02:21:12 +0200
commitf97cb778e9d727b23f017582eddfab8c3f5c047a (patch)
tree0ee65071a7c9d92f955c1622c97ef3eda152e1b4 /sharpd
parentvtysh: recategorize access list commands (diff)
downloadfrr-f97cb778e9d727b23f017582eddfab8c3f5c047a.tar.xz
frr-f97cb778e9d727b23f017582eddfab8c3f5c047a.zip
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')
-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 40b41fd72..ccf34b10d 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. */