mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
[XFRM]: Add module alias for transformation type.
It is clean-up for XFRM type modules and adds aliases with its protocol: ESP, AH, IPCOMP, IPIP and IPv6 for IPsec ROUTING and DSTOPTS for MIPv6 It is almost the same thing as XFRM mode alias, but it is added new defines XFRM_PROTO_XXX for preprocessing since some protocols are defined as enum. Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org> Acked-by: Ingo Oeser <netdev@axxeo.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
59fbb3a61e
commit
d3d6dd3ada
10 changed files with 20 additions and 1 deletions
|
@ -485,3 +485,4 @@ MODULE_LICENSE("GPL");
|
|||
MODULE_DESCRIPTION("IP Payload Compression Protocol (IPComp) - RFC3173");
|
||||
MODULE_AUTHOR("James Morris <jmorris@intercode.com.au>");
|
||||
|
||||
MODULE_ALIAS_XFRM_TYPE(AF_INET, XFRM_PROTO_COMP);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue