Opened 11 years ago

Last modified 11 years ago

#561 new enhancement

IPv6 stateless configuration

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone:
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

Currently we automatically configure a link-local IPv6 address. Add support for router solicitation / router advertisement in order to get:

  • network prefix / globally routable address
  • default router address
  • DNS server address

See

  • RFC 4862 IPv6 Stateless Address Autoconfiguration
  • RFC 6106 IPv6 Router Advertisement Options for DNS Configuration

Change History (1)

comment:1 by Martin Decky, 11 years ago

See the feature branch https://code.launchpad.net/~as-s/helenos/ipv6 where the functionality was (at least partially) implemented, but it hasn't been cherrypicked into mainline yet. The mainline has diverged from this feature branch in the meantime, but it can still serve as a proof-of-concept.

Note: See TracTickets for help on using tickets.