Age | Commit message (Collapse) | Author |
|
IPv6 addresses assigned to the interface. reported by ho, bunch of
help from niklas. KAME PR 231.
|
|
Lennart says there are more problems to go (I don't own openbsd-current laptop).
From: Lennart Augustsson <augustss@augustsson.net>
|
|
interface (2) cleanup interface id selection.
run NUD on p2p interface (required by spec for bidir p2p interface).
add "ndp -i interface" (can tweak per-interface ND flag).
(sync with more recent kame)
|
|
concept for "broadcast".
|
|
|
|
bug fix in SIOCGIFADDR_IN6 (point to point case).
|
|
link-local allnode multicast (ff02:x::/32)
- fix ifnet refcnt'ing in multicast kludge list management.
- avoid dangling pointer in multicast kludge management.
(angelos, try this version of in6_ifdetach() - it should be better)
|
|
suggested by: deraadt
|
|
|
|
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).
|