Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132353
Collapse All | Expand All

(-)quagga-0.98.6.orig/ripd/rip_interface.c (-13 lines)
Lines 2035-2053 Link Here
2035
      ifp = getdata (node);
2035
      ifp = getdata (node);
2036
      ri = ifp->info;
2036
      ri = ifp->info;
2037
2037
2038
      /* Do not display the interface if there is no
2039
       * configuration about it.
2040
       **/
2041
      if ((!ifp->desc)                                     &&
2042
          (ri->split_horizon == ri->split_horizon_default) &&
2043
          (ri->ri_send == RI_RIP_UNSPEC)                   &&
2044
          (ri->ri_receive == RI_RIP_UNSPEC)                &&
2045
          (ri->auth_type != RIP_AUTH_MD5)                  &&
2046
          (ri->md5_auth_len != RIP_AUTH_MD5_SIZE)          &&
2047
          (!ri->auth_str)                                  &&
2048
          (!ri->key_chain)                                 )
2049
        continue;
2050
2051
      vty_out (vty, "interface %s%s", ifp->name,
2038
      vty_out (vty, "interface %s%s", ifp->name,
2052
	       VTY_NEWLINE);
2039
	       VTY_NEWLINE);
2053
2040

Return to bug 132353