]> git.baikalelectronics.ru Git - kernel.git/commit
[NetLabel]: parse the CIPSO ranged tag on incoming packets
authorPaul Moore <paul.moore@hp.com>
Mon, 12 Mar 2007 21:38:02 +0000 (14:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Mar 2007 21:38:02 +0000 (14:38 -0700)
commit51dcedb43ab29943bb3cc3a437c47d272d759892
treeda59e988d09f8b16137e16cf7b033ae6ce8e7730
parentba0fb87fc4536556fde0324f8f9ba8e7db04b1f0
[NetLabel]: parse the CIPSO ranged tag on incoming packets

Commit 28539d6e4350b28dfae352ed86fca213511d87b1 added support for the CIPSO
ranged categories tag.  However, it appears that I made a mistake when rebasing
then patch to the latest upstream sources for submission and dropped the part
of the patch that actually parses the tag on incoming packets.  This patch
fixes this mistake by adding the required function call to the
cipso_v4_skbuff_getattr() function.

I've run this patch over the weekend and have not noticed any problems.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Acked-by: James Morris <jmorris@namei.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/cipso_ipv4.c