lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <200705231154.33208.netdev@axxeo.de> Date: Wed, 23 May 2007 11:54:32 +0200 From: Ingo Oeser <netdev@...eo.de> To: nakam@...ux-ipv6.org Cc: davem@...emloft.net, netdev@...r.kernel.org Subject: Re: [PATCH 2/2] [IPV6] MIP6: Loadable module support for MIPv6. Hi, nakam@...ux-ipv6.org schrieb: > From: Masahide NAKAMURA <nakam@...ux-ipv6.org> > > This patch makes MIPv6 loadable module named "mip6". > > Here is a modprobe.conf(5) example to load it automatically > when user application uses XFRM state for MIPv6: > > alias xfrm-type-10-43 mip6 > alias xfrm-type-10-60 mip6 What about MODULE_ALIAS("xfrm-type-10-60") and MODULE_ALIAS("xfrm-type-10-43") in mip6.c ? The aliases in modprobe.conf(5) should not be necessary then. If you are really ambitious you can even define a MODULE_ALIAS_XFRM_TYPE macro in include/net/xfrm.h simliar to to MODULE_ALIAS_XFRM_MODE. Please be sure to discuss CC Herbert Xu then. Best regards Ingo Oeser - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists