|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.52, 2002/05/12 15:48:39 | version 1.53, 2002/05/28 03:04:06 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| return (error); | return (error); | ||
| #endif | #endif | ||
| case IPV6CTL_MAXFRAGS: | |||
| return sysctl_int(oldp, oldlenp, newp, newlen, &ip6_maxfrags); | |||
| default: | default: | ||
| return EOPNOTSUPP; | return EOPNOTSUPP; | ||
| } | } |