commit | ea614d7f4fb2d436b7a5ee490d1011615f6b38d5 | [log] [tgz] |
---|---|---|
author | Paul Moore <paul.moore@hp.com> | Wed Oct 11 19:10:49 2006 -0400 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Oct 15 23:14:16 2006 -0700 |
tree | 39953be82c3a6fc98cc6257cb965cd1af159fe6f | |
parent | bf0edf39296097f20c5fcc4919ed7d339194bd75 [diff] |
NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctly The CIPSO passthrough mapping had a problem when sending categories which would cause no or incorrect categories to be sent on the wire with a packet. This patch fixes the problem which was a simple off-by-one bug. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: James Morris <jmorris@namei.org>