NetBSD/sys/rump/librump/rumpnet/opt/opt_inet.h
pooka 7d6e9ec774 Support IPv6 in rump. I'd have liked to introduce a netinet6
component, but due to ifdef happiness permeating the sources, it's
a compile decision for now, so netinet pulls in both inet and inet6.

One issue, one single issue: the loopback interface still needs to
be created for IPv6 to work.  I have patches to take care of it
automatically if the appropriate component (net) is present, but
they require a bit more testing before commit.
2009-05-26 23:43:39 +00:00

5 lines
97 B
C

/* $NetBSD: opt_inet.h,v 1.2 2009/05/26 23:43:39 pooka Exp $ */
#define INET 1
#define INET6 1