diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-01-12 16:40:55 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-01-12 16:40:55 +0000 |
commit | 50e89a6ea26caba59c7d4dd512fdc12c09cee64c (patch) | |
tree | 7c30e4e353116c172233471a067b88fe342868f5 /proto/rip/rip.c | |
parent | 18fff6a1979725c1ed839d9a10285e22dc0b8214 (diff) |
Patterns expanded in the right way
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; |