[BACK]Return to ip_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/ip_input.c between version 1.64 and 1.65

version 1.64, 1998/05/01 03:23:24 version 1.65, 1998/05/04 19:24:53
Line 1398  ip_sysctl(name, namelen, oldp, oldlenp, 
Line 1398  ip_sysctl(name, namelen, oldp, oldlenp, 
                         rt_timer_queue_change(ip_mtudisc_timeout_q,                          rt_timer_queue_change(ip_mtudisc_timeout_q,
                                               ip_mtudisc_timeout);                                                ip_mtudisc_timeout);
                 return (error);                  return (error);
   #ifdef GATEWAY
           case IPCTL_MAXFLOWS:
                   error = sysctl_int(oldp, oldlenp, newp, newlen,
                      &ip_maxflows);
                   ipflow_reap(0);
                   return (error);
   #endif
         default:          default:
                 return (EOPNOTSUPP);                  return (EOPNOTSUPP);
         }          }

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

CVSweb <webmaster@jp.NetBSD.org>