Share

WIDE-DHCPv6

Code

Programming Languages: C, Unix Shell

License: BSD License

Repositories

browse code, statistics cvs -d:pserver:anonymous@wide-dhcpv6.cvs.sourceforge.net:/cvsroot/wide-dhcpv6 login

cvs -z3 -d:pserver:anonymous@wide-dhcpv6.cvs.sourceforge.net:/cvsroot/wide-dhcpv6 co -P modulename

Show:

What's happening?

  • Comment: Build failure with GNU libc 2.8

    Here is a patch to detect at configure time whether libc defines "struct in6_pktinfo": diff --git wide/configure.in wide/configure.in index 59dd84e..8543b35 100644 --- wide/configure.in +++ wide/configure.in @@ -236,4 +236,11 @@ AC_SUBST(group) AC_CHECK_HEADERS(stdarg.h) +AC_MSG_CHECKING(whether libc defines struct in6_pktinfo) +AC_TRY_COMPILE([#include ], + [struct...

    2009-10-06 20:04:29 UTC by retvari

  • Prefix-Delegation renew does not have a hint

    When using the DHCPv6 client for prefix-delegation, it appears that the renew are sent without a hint for the IA_PD (the hint is included for IA_NA). Therefore, the DHCPv6 server has to use another prefix from its pool... Which of course is limited and after a while it fails. How can I fix the DHCPv6 client to send the hint in the renewal? Thanks -éric.

    2009-09-06 21:21:10 UTC by evyncke

  • Renew response being ignored with Kernel 2.6.27

    I am using the latest (2008) source for the WIDE-DHCPv6 client. It appears that when you get a response to a Renew message it gets ignored because the ioctl call made via ifaddrconf() returns EEXIST which in turn causes update_address in addrconf.c to terminate early rather than update the lifetime values for the IA.

    2009-08-12 19:27:21 UTC by nobody

Our Numbers