[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AH length field, and derivation of name "SKEYID"



>> Given that AH is an IPv6 extension header, why is its length
>> specified in different units than other IPv6 extension headers?
>> Unless I'm confused, AH's length field is in units of 32-bit chunks
>> where IPv6 extension headers length field is in units of 64-bit
>> chunks.

	yes, the above is correct.
	AH: length in bytes = (length field + 2) << 2
	others: length in bytes = (length field + 1) << 3

	the above interpretation fits all of the implementation we have
	interoperated with in the past.

itojun


References: