Bug 9185

Summary: secure_tcp_sequence_number need to be exported
Product: Networking Reporter: Tony Lill (ajlill)
Component: Netfilter/IptablesAssignee: networking_netfilter-iptables (networking_netfilter-iptables)
Status: REJECTED INVALID    
Severity: normal CC: bunk, hijacker
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.23 Subsystem:
Regression: --- Bisected commit-id:

Description Tony Lill 2007-10-18 13:25:10 UTC
Most recent kernel where this bug did not occur: 2.6.20.x
Distribution:
Hardware Environment:
Software Environment:
Problem Description:

secure_tcp_sequence_number is used by the ipt_TARPIT module in netfilter.org's patch-o-matic-ng. Sometime between 2.6.20.11 and 2.6.23.1, drivers/char/random.c stopped exporting it. I'd like it back, please.

Steps to reproduce:
Comment 1 Patrick McHardy 2007-10-19 00:44:25 UTC
If your patch your kernel anyway, just export it yourself.

Please close.
Comment 2 Nikolay Kichukov 2007-10-27 02:58:45 UTC
Hello,
I also bumped into the same situation. I would like the secure_tcp_sequence_number exported without having to manually edit the drivers/char/random.c file.

Cheers,
-Nikolay