Given:
subnet6 2610:130:101:1000::0/64 {
# range6 ...
}
If I do:
./server/dhcpd -d -f
gives me the error:
subnet_number():inet.c:51: Addr/mask length mismatch.
It took me quite some time to realize what that meant was
really: "you forgot the '-6' dummy".
John