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

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

Diff for /src/sys/netinet6/ip6_input.c between version 1.9 and 1.10

version 1.9, 1999/12/13 15:17:22 version 1.10, 2000/01/06 02:52:29
Line 1280  ip6_sysctl(name, namelen, oldp, oldlenp,
Line 1280  ip6_sysctl(name, namelen, oldp, oldlenp,
         case IPV6CTL_USE_DEPRECATED:          case IPV6CTL_USE_DEPRECATED:
                 return sysctl_int(oldp, oldlenp, newp, newlen,                  return sysctl_int(oldp, oldlenp, newp, newlen,
                                 &ip6_use_deprecated);                                  &ip6_use_deprecated);
           case IPV6CTL_RR_PRUNE:
                   return sysctl_int(oldp, oldlenp, newp, newlen, &ip6_rr_prune);
         default:          default:
                 return EOPNOTSUPP;                  return EOPNOTSUPP;
         }          }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>