Message371

Author pcalhoun
Recipients
Date 2008-07-03.20:25:54
Content
I saw some place define the me len use ">", and some place use ">=".
Maybe we should unify them into one format.


4.6.4   > 0   to >= 1

4.6.5  > 2  to >= 2       Here is an error!!

4.6.7

Num of Entries:   The number of instances of the Type/MAC Addresses
      fields in the array.  This value MUST NOT exceed 1024.

1024 should be 255. NOT exceed 255 mean it can be 255.

4.6.9 same as 4.6.7
4.6.18 same as 4.6.7

4.6.31 >0  to >=1

4.6.36 >=1 to >=6   this is an error.
History
Date User Action Args
2008-07-03 20:25:54pcalhounlinkissue140 messages
2008-07-03 20:25:54pcalhouncreate