diff options
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r-- | proto/rip/rip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 2ca1e1e2..68d29497 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -455,6 +455,7 @@ new_iface(struct proto *p, struct iface *new, unsigned long flags) want_multicast = 0 && (flags & IF_MULTICAST); /* FIXME: should have config option to disable this one */ + /* FIXME: lookup multicasts over unnumbered links */ rif->sock = sk_new( p->pool ); rif->sock->type = want_multicast?SK_UDP_MC:SK_UDP; |