Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump
Module Name: src
Committed By: pooka
Date: Tue May 26 23:43:40 UTC 2009
Modified Files:
src/sys/rump/librump/rumpnet: netisr.c
src/sys/rump/librump/rumpnet/opt: opt_inet.h
src/sys/rump/net/lib/libnetinet: Makefile.inc
Added Files:
src/sys/rump/librump/rumpnet/opt: opt_inet6.h
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpnet/netisr.c
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpnet/opt/opt_inet.h
cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpnet/opt/opt_inet6.h
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/net/lib/libnetinet/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index