diff options
| -rw-r--r-- | vrrpd/vrrp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vrrpd/vrrp.c b/vrrpd/vrrp.c index 1e01307ed1..d50fb4f2ec 100644 --- a/vrrpd/vrrp.c +++ b/vrrpd/vrrp.c @@ -2283,6 +2283,8 @@ int vrrp_config_write_interface(struct vty *vty) vty_endframe(vty, "!\n"); } + list_delete(&vrs); + return writes; } |
