diff options
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r-- | ripngd/ripngd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index 755debd0a..0350dc224 100644 --- a/ripngd/ripngd.c +++ b/ripngd/ripngd.c @@ -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; } } |