summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>1999-10-28 03:22:54 +0000
committerangelos <angelos@openbsd.org>1999-10-28 03:22:54 +0000
commitfbee34de321c90b345a43cc2cbe6d1bb1d70edc3 (patch)
tree2b7a3e46d1346be5f24fa113a0e552081fd61682
parentAdd IPPROTO_ETHERIP in the protocol switch; comment out INET6 IPv4-IPv4 (diff)
downloadwireguard-openbsd-fbee34de321c90b345a43cc2cbe6d1bb1d70edc3.tar.xz
wireguard-openbsd-fbee34de321c90b345a43cc2cbe6d1bb1d70edc3.zip
Add ip_ether.c
-rw-r--r--sys/conf/files3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9523513fbec..f067023e533 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.129 1999/09/19 06:52:08 csapuntz Exp $
+# $OpenBSD: files,v 1.130 1999/10/28 03:22:54 angelos Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -481,6 +481,7 @@ file netinet/ip_auth.c ipfilter
file netinet/ip_log.c ipfilter
file netinet/ip_ipsp.c inet & (ipsec | tcp_signature)
file netinet/ip_ip4.c inet & (ipsec | mrouting)
+file netinet/ip_ether.c inet & ipsec
file netinet/ip_ah.c inet & ipsec
file netinet/ip_esp.c inet & ipsec
file netinet/ip_xform.c inet & ipsec