David Miller a écrit :
I've had several requests for the capability to change this
timeout, which I think is perfectly reasonable.

So I intend to merge the following upstream unless I hear
some objections :-)

commit 7191f131aff4797f2a906495c7b285d8adf47da2
Author: David S. Miller <[EMAIL PROTECTED]>
Date:   Thu May 24 21:28:00 2007 -0700

    [XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

well :)


--- a/net/xfrm/xfrm_state.c
+++ b/net/xfrm/xfrm_state.c
@@ -33,6 +33,8 @@ EXPORT_SYMBOL(sysctl_xfrm_aevent_etime);
 u32 sysctl_xfrm_aevent_rseqth = XFRM_AE_SEQT_SIZE;
 EXPORT_SYMBOL(sysctl_xfrm_aevent_rseqth);
+u32 sysctl_xfrm_acq_expires = 30;
+

You already knows what is my objection :)


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to