diff options
Diffstat (limited to 'ripd/rip_main.c')
| -rw-r--r-- | ripd/rip_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index cfe4a7e437..431e967131 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -94,6 +94,7 @@ static void sigint(void) rip_zclient_stop(); route_map_finish(); + prefix_list_reset(); keychain_terminate(); frr_fini(); |
