ripngd: Add missing enums to switch statement

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2023-01-30 10:11:15 -05:00
parent ec378ba08d
commit 01e02202ee

View file

@ -1933,7 +1933,8 @@ void ripng_event(struct ripng *ripng, enum ripng_event event, int sock)
thread_add_event(master, ripng_triggered_update, ripng,
0, &ripng->t_triggered_update);
break;
default:
case RIPNG_ZEBRA:
case RIPNG_REQUEST_EVENT:
break;
}
}