diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-02-08 17:36:05 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-05-04 22:23:37 +0200 |
commit | 458133dbc5fa60f6b5c30e850d0232df37049240 (patch) | |
tree | 8f86f26338f4023b3bf038b447e2dd705b3d2c50 /ripd/ripd.c | |
parent | lib: Abstract parsing of distribute lists (diff) | |
download | frr-458133dbc5fa60f6b5c30e850d0232df37049240.tar.xz frr-458133dbc5fa60f6b5c30e850d0232df37049240.zip |
lib, ripd, ripngd, vtysh: Move distribute list to `correct` spot
Allow the `distribute-list...` command in ripd and ripngd to
work correctly.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripd/ripd.c')
-rw-r--r-- | ripd/ripd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c index 1c23575bf..9832c7c52 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c @@ -3722,9 +3722,6 @@ void rip_init(void) prefix_list_add_hook(rip_distribute_update_all); prefix_list_delete_hook(rip_distribute_update_all); - /* Distribute list install. */ - distribute_list_init(RIP_NODE); - /* Route-map */ rip_route_map_init(); |