From: paul Date: Tue, 23 Sep 2003 23:41:50 +0000 (+0000) Subject: 2003-09-24 sowmini.varadhan@sun.com X-Git-Tag: frr-2.0-rc1~3908 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=878ef2e7800e5e173b6c6b0875494f02fd3b93be;p=matthieu%2Ffrr.git 2003-09-24 sowmini.varadhan@sun.com * rip_interface.c: (rip_interface_address_add) call rip_enable_apply(), or the interface is never considered up. see [quagga-dev 225]. --- diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c index 997817c884..b47252253d 100644 --- a/ripd/rip_interface.c +++ b/ripd/rip_interface.c @@ -700,6 +700,7 @@ rip_interface_address_add (int command, struct zclient *zclient, zlog_info ("connected address %s/%d is added", inet_ntoa (p->u.prefix4), p->prefixlen); + rip_enable_apply(ifc->ifp); /* Check if this prefix needs to be redistributed */ rip_apply_address_add(ifc);