Hi Harlan, > >> leaf poll { > >> type uint8; > >> This seems wrong to me. Looking at s.7.3 > >> Poll: 8-bit signed integer representing the maximum interval between > >> successive messages, in log2 seconds. Suggested default limits for > >> minimum and maximum poll intervals are 6 and 10, respectively. > >> ie signed integer and not uint > >> > > > > int8 is better, updated. > > Why "default limits" and not "default values"? The text with the term "default limits" is from RFC 5905 (section 7.3). In the YANG model, we have the leaves minpoll and maxpoll with default values as 6 and 10 the leaf poll is the current polling interval. Thanks! Dhruv -- last-call mailing list last-call@xxxxxxxx https://www.ietf.org/mailman/listinfo/last-call