View | Details | Raw Unified | Return to bug 151186
Collapse All | Expand All

(-)sbin/routed/rdisc.c 2010-10-03 22:37:08.280021020 +0000 (-1 / +1 lines)
Lines 557-563 Link Here
557
       }
557
       }
558
       /* turn RIP on or off */
558
       /* turn RIP on or off */
559
       if (!rdisc_ok || rip_interfaces > 1) {
559
       if (!rdisc_ok || rip_interfaces >= 1) {
560
               rip_on(0);
560
               rip_on(0);
561
       } else {
561
       } else {
562
               rip_off();
562
               rip_off();

Return to bug 151186