• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/

Lines Matching refs:RIPv2

764       if (packet->version == RIPv2)
877 zlog_info ("RIPv2 simple password authentication from %s",
928 zlog_info ("RIPv2 MD5 authentication from %s", inet_ntoa (from->sin_addr));
1138 /* RIPv2 authentication check. */
1144 if (packet->version == RIPv2 &&
1198 if (packet->version == RIPv2 && rte->nexthop.s_addr != 0)
1267 || (packet->version == RIPv2
1292 /* In case of RIPv2, if prefix in RTE is not netmask applied one
1294 if ((packet->version == RIPv2)
1299 zlog_warn ("RIPv2 address %s is not mask /%d applied one",
1307 if (packet->version == RIPv2
1774 if (packet->version > RIPv2)
1775 packet->version = RIPv2;
1818 if (packet->version == RIPv2)
1819 if (! (ri->ri_receive & RIPv2))
1838 && (packet->version == RIPv2) && (packet->rte->family == 0xffff))
1874 /* Check RIPv2 authentication. */
1875 if (packet->version == RIPv2)
1886 zlog_warn ("RIPv2 simple password authentication failed");
1895 zlog_info ("RIPv2 simple password authentication success");
1906 zlog_warn ("RIPv2 MD5 authentication failed");
1915 zlog_info ("RIPv2 MD5 authentication success");
1939 zlog_warn ("RIPv2 authentication failed: no authentication in packet");
2058 /* In case of we need RIPv2 authentication. */
2059 if (version == RIPv2 && ifp)
2229 /* user could set non-classful mask or we could get it by RIPv2 */
2344 if (version == RIPv2 && ri->auth_type == RIP_AUTH_MD5)
2363 if (version == RIPv2 && ri->auth_type == RIP_AUTH_MD5)
2391 if (version == RIPv2 && if_is_multicast (ifp))
2480 rip_update_interface (ifp, RIPv2, route_type);
2487 if (ri->ri_send & RIPv2)
2488 rip_update_interface (ifp, RIPv2, route_type);
2657 rip->version = RIPv2;
2790 if (version != RIPv1 && version != RIPv2)
2808 rip->version = RIPv2;
3500 if (rip->version != RIPv2)