[NetLabel]: core network changes

Changes to the core network stack to support the NetLabel subsystem.  This
includes changes to the IPv4 option handling to support CIPSO labels.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Paul Moore
2006-08-03 16:46:20 -07:00
committed by David S. Miller
parent 8802f616f6
commit 11a03f78fb
6 changed files with 563 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ struct ip_options {
ts_needtime:1,
ts_needaddr:1;
unsigned char router_alert;
unsigned char __pad1;
unsigned char cipso;
unsigned char __pad2;
unsigned char __data[0];
};