~xnox/netcfg/+git/ubuntu-old:feature/ipv6

Last commit made on 2012-09-15
Get this branch:
git clone -b feature/ipv6 https://git.launchpad.net/~xnox/netcfg/+git/ubuntu-old
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
feature/ipv6
Repository:
lp:~xnox/netcfg/+git/ubuntu-old

Recent commits

baa3eb2... by Christian Perrier

Reviewed by jbr

a1986d8... by Christian Perrier

Style corrections to debconf templates.

8b23ffb... by Philipp Kern

debian/*.templates: use sl6 for strings changed by IPv6 patches

Use the sublevel 6 designation for all strings changed by the
IPv6 patch set, as instructed by Christian Perrier. Also add
it to the translatable strings which miss a sublevel designation.

Signed-off-by: Philipp Kern <email address hidden>

e169f93... by Philipp Kern

debian/changelog: updated for the IPv6 patchset

Signed-off-by: Philipp Kern <email address hidden>

ec48d81... by Philipp Kern

dhcp.c: fix dhcp_hostname handling

dhcp_hostname is a string with a fixed size after refactoring. So the
pointer is always available and instead the length of the string has to
be checked. Otherwise udhcpc will pass a 0 byte hostname option to
the DHCP server which then ignores the request.

Signed-off-by: Philipp Kern <email address hidden>

439cc3c... by Philipp Kern

ipv6.c: force stateless_config to 0 if stateful_config is set also

If stateful_config is set, we need to keep the DHCPv6 client running and
not only retrieve configuration but request addresses too. Hence set
stateless_config to 0 if both managed and other are set in Router
Advertisements. This case is currently underdefined but we want stateful
configuration to happen in any case.

Signed-off-by: Philipp Kern <email address hidden>

364d71a... by Philipp Kern

autoconfig.c: initialize getline's lineptr with NULL

Signed-off-by: Philipp Kern <email address hidden>

dfe306f... by Colin Watson

Don't preseed IP addresses as hostnames

Rebased-and-modified-by: Philipp Kern <email address hidden>

ee23b2c... by Colin Watson

print-dhcpv6-info: Actually apply IPv6 address and resolv.conf entries received from the DHCPv6 server

Rebased-and-modified-by: Philipp Kern <email address hidden>

c8b555e... by Colin Watson

Don't bother unlinking /var/lib/netcfg/dhcp6c-finished unless we're using dhcp6c

Rebased-and-modified-by: Philipp Kern <email address hidden>