diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-27 08:09:13 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-27 08:09:13 +0000 |
commit | 98f40bbc84e70cdf4b25f5ee817c6eebe3d46a3d (patch) | |
tree | d43e5507a833c1b2d60fea7c9e4363d15715be06 /sys/conf/files | |
parent | 95d6b976dfe454179868d92f7eab5c4bcdd4ab5a (diff) |
Merge "old" and "new" ESP and AH in two files (one for each).
Fix a couple of buglets with ingress flow deletion.
tcpdump on enc0 should now show all outgoing packets *before* being
processed, and all incoming packets *after* being processed.
Good to be in Canada (land of the free commits).
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/conf/files b/sys/conf/files index b3d6294c202..710404cfd22 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.149 2000/01/21 03:15:06 angelos Exp $ +# $OpenBSD: files,v 1.150 2000/01/27 08:09:07 angelos Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -500,10 +500,8 @@ 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 -file netinet/ip_esp_old.c inet & ipsec -file netinet/ip_esp_new.c inet & ipsec -file netinet/ip_ah_old.c inet & ipsec -file netinet/ip_ah_new.c inet & ipsec +file netinet/ip_esp.c inet & ipsec +file netinet/ip_ah.c inet & ipsec file netinet/ip_rmd160.c inet & ipsec file netinet/ip_sha1.c inet & ipsec file netinet/ip_blf.c (inet & ipsec) | uvm_swap_encrypt |