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:
parent
934a309971
commit
1aeaec56b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user