diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-21 03:15:07 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-21 03:15:07 +0000 |
commit | c55e843e6b213d66a3abbe01aa96e83dc2118a9d (patch) | |
tree | f3182f555d77b75e627590666b5c4d79ea2fdb97 /sys/conf | |
parent | d188785bd15bf53ebe35f97158a3cf7f3a088638 (diff) |
Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not
affected by net.inet.ipip.allow (the sysctl formerly known as
net.inet.ip4.allow), rename the VIF ipip_input to ipip_mroute_input.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index ae1fc01194a..b3d6294c202 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.148 2000/01/11 17:58:50 peter Exp $ +# $OpenBSD: files,v 1.149 2000/01/21 03:15:06 angelos Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -496,7 +496,7 @@ file netinet/ip_proxy.c ipfilter file netinet/ip_auth.c ipfilter file netinet/ip_log.c ipfilter file netinet/ip_ipsp.c (inet | inet6) & (ipsec | tcp_signature) -file netinet/ip_ip4.c inet | inet6 +file netinet/ip_ipip.c inet | inet6 file netinet/ip_ether.c inet & ipsec file netinet/ipsec_input.c (inet | inet6) & ipsec file netinet/ip_xform.c inet & ipsec |