]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added FIXME: If a strange interface appears, ignore it instead of only
authorMartin Mares <mj@ucw.cz>
Mon, 29 Mar 1999 19:56:32 +0000 (19:56 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 29 Mar 1999 19:56:32 +0000 (19:56 +0000)
writing an error message...

proto/rip/rip.c

index 060446f7ba2ce0c4d97048ec46e47e20da42021a..e345de6cf74dda3aec74b02917dd857614450d47 100644 (file)
@@ -503,6 +503,7 @@ new_iface(struct proto *p, struct iface *new, unsigned long flags)
 
   if (!ipa_nonzero(rif->sock->daddr))
     log( L_WARN "RIP: interface %s is too strange for me", rif->iface ? rif->iface->name : "(dummy)" );
+  /* FIXME: Should ignore the interface instead of blindly trying to bind on it */
 
   if (sk_open(rif->sock)<0)
     die( "RIP/%s: could not listen on %s", P_NAME, rif->iface ? rif->iface->name : "(dummy)" );