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.
This commit is contained in:
Bjoern A. Zeeb 2009-06-10 21:18:21 +00:00
parent 934a309971
commit 1aeaec56b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193956

View file

@ -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