| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
instead of implementing its own. This makes the IPv6 multicast routing
code look more like the IPv4 version.
ok bluhm@, mpi@
|
|
|
|
|
|
|
|
| |
* don't share mifs (multicast interface) between rdomains
* allow multiple routing sockets connected at the same time if they are
in different rdomains.
ok bluhm@
|
|
|
|
|
|
|
|
| |
the netlock held. This also changes the prototypes of the *ctloutput
functions to take an mbuf instead of an mbuf pointer.
help, guidance from bluhm@ and mpi@
ok bluhm@
|
|
|
|
| |
ok mpi@
|
| |
|
|
|
|
|
| |
multicast interface table (mif6). Will be used by netstat soon.
Looked over by guenther@
|
|
|
|
| |
blambert@, henning@, lteo@
|
|
|
|
|
| |
clone of fd_set for interfaces
tested in ports tree build by naddy
|
| |
|
| |
|
| |
|
|
|
|
| |
ok deraadt@, tedu@ (implicit)
|
|
|
|
| |
ok deraadt@ miod@
|
|
|
|
| |
no functional change.
|
| |
|
| |
|
|
|
|
|
|
|
| |
overrun, it will compute values too little, so old code will not
overrun buffers. (we don't include any multicast daemons in openbsd tree)
sync better with kame. remove register variable declarations, styles
|
|
|
|
|
|
|
|
|
| |
structure overlaying is corrected to meet IPv6 raw socket spec.
just to be sure, binary backward compatiblity is provided since we shipped
old message handling with openbsd 2.7. no openbsd 2.7 userland code have
used the API, though, because we did not merge kame pim6[sd]d to openbsd due to
mrouted license issue.
|
| |
|
|
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support.
see sys/netinet6/{TODO,IMPLEMENTATION} for more details.
GENERIC configuration should work fine as before. GENERIC.v6 works fine
as well, but you'll need KAME userland tools to play with IPv6 (will be
bringed into soon).
|