W dniu 13.09.2017 o 17:59, Neil Briscoe pisze:
> What values can I put in there?  I have tried integers from 1000-64000,
> but still complains.
A full range of unsigned 32 bits integer in principle should work, but I
would avoid the extreme values: 0 and 4294967295. Everything else in
between should work.

As others pointed out, integers are written without double quotes, which
are used for expressing strings. subnet-id is an integer.

Tomek
_______________________________________________
Kea-users mailing list
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to