Index: ip_fil.c =================================================================== RCS file: /cvsroot/syssrc/sys/netinet/ip_fil.c,v retrieving revision 1.34.2.4 diff -u -r1.34.2.4 ip_fil.c --- ip_fil.c 2000/08/09 18:07:45 1.34.2.4 +++ ip_fil.c 2000/11/26 16:49:43 @@ -436,7 +436,7 @@ * Since the default rule is to pass all packets, * this shouldn't cause any noticeable side-effects. */ - if (fr_running == 0) { + if (ipl_inited == 0) { #if defined(_KERNEL) error = ipl_enable(); #else