summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-01-12 17:40:55 +0100
committerPavel Machek <pavel@ucw.cz>1999-01-12 17:40:55 +0100
commit50e89a6ea26caba59c7d4dd512fdc12c09cee64c (patch)
tree7c30e4e353116c172233471a067b88fe342868f5 /proto/rip/rip.c
parent18fff6a1979725c1ed839d9a10285e22dc0b8214 (diff)
downloadbird-50e89a6ea26caba59c7d4dd512fdc12c09cee64c.tar
bird-50e89a6ea26caba59c7d4dd512fdc12c09cee64c.zip
Patterns expanded in the right way
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r--proto/rip/rip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index 2ca1e1e..68d2949 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;