[Ietf-behave] UNKNOWN-ATTRIBUTES in draft-ietf-behave-rfc3489bis-05.txt
- From: "Alfred E. Heggestad" <aeh@xxxxxx>
- Date: Tue, 31 Oct 2006 09:47:14 +0100
hi
In draft-ietf-behave-rfc3489bis-05.txt, Section 11.9 UNKNOWN-ATTRIBUTES states:
"If the number of unknown attributes is an odd number, one of the
attributes MUST be repeated in the list, so that the total length of
the list is a multiple of 4 bytes."
Would it be possible to change this to the same padding logic used for all other
attributes? is there any reason for have a special padding logic for this
attribute?
The length field already specifies the number of valid bytes in the payload, so
if the number of unknown attributes is an odd number of N, the length field
should
be 2*N - with 2 bytes of 0x0000 padding.
/alfred