From 72efa4b6f82222f91b63b9f61bbc88e458096ea7 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 31 May 1999 19:37:16 +0000 Subject: Small fixes to rip. --- proto/rip/rip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proto/rip') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 43655c2..144bc7c 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -370,7 +370,6 @@ rip_timer(timer *t) if (!iface) continue; if (rif->patt->mode & IM_QUIET) continue; if (!(iface->flags & IF_UP)) continue; - if (iface->flags & (IF_IGNORE | IF_LOOPBACK)) continue; rip_sendto( p, IPA_NONE, 0, rif ); } @@ -461,7 +460,7 @@ new_iface(struct proto *p, struct iface *new, unsigned long flags, struct iface_ struct rip_interface *rif; int want_multicast = 0; - rif = mb_alloc(p->pool, sizeof( struct rip_interface )); + rif = mb_allocz(p->pool, sizeof( struct rip_interface )); rif->iface = new; rif->proto = p; rif->busy = NULL; -- cgit v1.2.3