Removed IPSEC and IPV6FIREWALL because they are not ready yet.

This commit is contained in:
Yoshinobu Inoue 1999-11-23 05:42:36 +00:00
parent d65bc34042
commit e1da8747e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53626
10 changed files with 0 additions and 14 deletions

View file

@ -216,7 +216,6 @@ BRIDGE opt_bdg.h
MROUTING opt_mrouting.h
INET opt_inet.h
INET6 opt_inet.h
IPSEC opt_ipsec.h
IPDIVERT
DUMMYNET opt_ipdn.h
IPFILTER_LKM opt_ipfilter.h
@ -225,7 +224,6 @@ IPFIREWALL_VERBOSE opt_ipfw.h
IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h
IPFIREWALL_FORWARD opt_ipfw.h
IPV6FIREWALL opt_ip6fw.h
IPSTEALTH
IPX opt_ipx.h
IPXIP opt_ipx.h

View file

@ -65,7 +65,6 @@
*/
#include "opt_inet.h"
#include "opt_ipsec.h"
#include "opt_key.h"
#include <sys/param.h>

View file

@ -66,7 +66,6 @@
*/
#include "opt_inet.h"
#include "opt_ipsec.h"
#include "opt_key.h"
#include <sys/param.h>

View file

@ -65,7 +65,6 @@
*/
#include "opt_inet.h"
#include "opt_ipsec.h"
#include <sys/param.h>
#include <sys/socket.h>

View file

@ -29,9 +29,7 @@
* $FreeBSD$
*/
#include "opt_ip6fw.h"
#include "opt_inet.h"
#include "opt_ipsec.h"
#include "opt_key.h"
#include <sys/param.h>

View file

@ -64,9 +64,7 @@
* @(#)ip_input.c 8.2 (Berkeley) 1/4/94
*/
#include "opt_ip6fw.h"
#include "opt_inet.h"
#include "opt_ipsec.h"
#include <sys/param.h>
#include <sys/systm.h>

View file

@ -64,9 +64,7 @@
* @(#)ip_output.c 8.3 (Berkeley) 1/21/94
*/
#include "opt_ip6fw.h"
#include "opt_inet.h"
#include "opt_ipsec.h"
#include "opt_key.h"
#include <sys/param.h>

View file

@ -69,7 +69,6 @@
*/
#include "opt_inet.h"
#include "opt_ipsec.h"
#include <sys/param.h>
#include <sys/systm.h>

View file

@ -30,7 +30,6 @@
*/
#include "opt_inet.h"
#include "opt_ipsec.h"
#include <sys/param.h>
#include <sys/systm.h>

View file

@ -65,7 +65,6 @@
*/
#include "opt_inet.h"
#include "opt_ipsec.h"
#include <stddef.h>