diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-02-08 11:36:05 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-05-04 16:23:37 -0400 |
| commit | 458133dbc5fa60f6b5c30e850d0232df37049240 (patch) | |
| tree | 8f86f26338f4023b3bf038b447e2dd705b3d2c50 /ripd/ripd.c | |
| parent | df19c76a535926b5607c2c72b94506da5d4c454e (diff) | |
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 1c23575bf3..9832c7c52a 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(); |
