From: Huw Davies <redacted>
Date: Mon, 20 Jun 2016 14:36:40 +0100
This patch series implements RFC 5570 - Common Architecture Label IPv6
Security Option (CALIPSO). Its goal is to set MLS sensitivity labels
on IPv6 packets using a hop-by-hop option. CALIPSO is very similar to
its IPv4 cousin CIPSO and much of this series is based on that code.
To use this you'll need some patches to netlabel-tools that are
available on the 'working-calipso-v3' branch at:
https://github.com/netlabel/netlabel_tools . The protocol has
changed very slightly from the v2 patches, so please update to the
latest if you haven't already done so.
This implementation has been tested against the CALIPSO implementation
of Solaris Trusted Extensions.
This patch series is based off v4.6.
...
What tree do you expect to integrate this?