Skip to content

Commit

Permalink
[XFRM]: Fix message about transformation user interface.
Browse files Browse the repository at this point in the history
Transformation user interface is not only for IPsec.
Based on MIPL2 kernel patch.

Signed-off-by: Masahide NAKAMURA <[email protected]>
Signed-off-by: YOSHIFUJI Hideaki <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Masahide NAKAMURA authored and David S. Miller committed Sep 22, 2006
1 parent e53820d commit 654b32c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions net/xfrm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ config XFRM
depends on NET

config XFRM_USER
tristate "IPsec user configuration interface"
tristate "Transformation user configuration interface"
depends on INET && XFRM
---help---
Support for IPsec user configuration interface used
by native Linux tools.
Support for Transformation(XFRM) user configuration interface
like IPsec used by native Linux tools.

If unsure, say Y.

Expand Down
2 changes: 1 addition & 1 deletion net/xfrm/xfrm_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ static int __init xfrm_user_init(void)
{
struct sock *nlsk;

printk(KERN_INFO "Initializing IPsec netlink socket\n");
printk(KERN_INFO "Initializing XFRM netlink socket\n");

nlsk = netlink_kernel_create(NETLINK_XFRM, XFRMNLGRP_MAX,
xfrm_netlink_rcv, THIS_MODULE);
Expand Down

0 comments on commit 654b32c

Please sign in to comment.