|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.66, 1998/05/24 20:14:53 | version 1.67, 1998/06/01 00:39:37 | ||
|---|---|---|---|
|
|
||
| return (error); | return (error); | ||
| #ifdef GATEWAY | #ifdef GATEWAY | ||
| case IPCTL_MAXFLOWS: | case IPCTL_MAXFLOWS: | ||
| { | |||
| int s; | |||
| error = sysctl_int(oldp, oldlenp, newp, newlen, | error = sysctl_int(oldp, oldlenp, newp, newlen, | ||
| &ip_maxflows); | &ip_maxflows); | ||
| s = splsoftnet(); | |||
| ipflow_reap(0); | ipflow_reap(0); | ||
| splx(s); | |||
| return (error); | return (error); | ||
| } | |||
| #endif | #endif | ||
| default: | default: | ||
| return (EOPNOTSUPP); | return (EOPNOTSUPP); |