summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r--ripngd/ripngd.c3
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;
}
}