inet: defines IPPROTO_* needed for module alias generation
authorJan Moskyto Matejka <mq@suse.cz>
Thu, 6 Feb 2014 11:10:00 +0000 (12:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Feb 2014 05:18:06 +0000 (21:18 -0800)
commitee262ad827f89e2dc7851ec2986953b5b125c6bc
treef4a2bf04e68e3f1c0829e8e7a889f29ba7323841
parentcd139781546f22c41276045f6464c51074b50c40
inet: defines IPPROTO_* needed for module alias generation

Commit cfd280c91253 ("net: sync some IP headers with glibc") changed a set of
define's to an enum (with no explanation why) which introduced a bug
in module mip6 where aliases are generated using the IPPROTO_* defines;
mip6 doesn't load if require_module called with the aliases from
xfrm_get_type().

Reverting this change back to define's to fix the aliases.

modinfo mip6 (before this change)
alias:          xfrm-type-10-IPPROTO_DSTOPTS
alias:          xfrm-type-10-IPPROTO_ROUTING

modinfo mip6 (after this change)
alias:          xfrm-type-10-43
alias:          xfrm-type-10-60

Signed-off-by: Jan Moskyto Matejka <mq@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/in6.h