On Sat, 22 Jun 2013, Roy Marples wrote:
This should work equally well?diff --git a/dhcp6.c b/dhcp6.c index 205fce2..8c01a45 100644 --- a/dhcp6.c +++ b/dhcp6.c @@ -635,7 +635,7 @@ dhcp6_makemessage(struct interface *ifp) o->len = encode_rfc1035(hostname, p + 1); if (o->len == 0) *p = 0x04; - o->len = htons(++o->len); + o->len = htons((++o->len)); } if (n_options) {
This does not work - you get the same exact error.
Any more breaks or is that it for BE ports?
I'll let you know when we get past this point. ------------------------------------------------------------------------- | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net | | Kernel Developer | | pgoyette at netbsd.org | -------------------------------------------------------------------------
