aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-06-10 21:18:21 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-06-10 21:18:21 +0000
commit1aeaec56b5f20af3028f51c14fecfe9f0226f1e5 (patch)
treec1f99cde89f46a280f3853cefe4fd70dc054188a /sys/conf/files
parent934a309971929789d5f2af327efc0debf46a2ec6 (diff)
downloadsrc-1aeaec56b5f20af3028f51c14fecfe9f0226f1e5.tar.gz
src-1aeaec56b5f20af3028f51c14fecfe9f0226f1e5.zip
if_gre.c insists on INET:
#error "Huh? if_gre without inet?" According to my reading we still only support encapsulating datagrams into IPv4 and not IPv6 so there is no optional | gre inet6 yet.
Notes
Notes: svn path=/head/; revision=193956
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index def4272be092..8ca524e10dc4 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2199,7 +2199,7 @@ net/if_faith.c optional faith
net/if_fddisubr.c optional fddi
net/if_fwsubr.c optional fwip
net/if_gif.c optional gif
-net/if_gre.c optional gre
+net/if_gre.c optional gre inet
net/if_iso88025subr.c optional token
net/if_lagg.c optional lagg
net/if_loop.c optional loop