Re: [PATCH] Have netstat test for sctp kernel support

2012-01-12 Thread Michael Tuexen
On Oct 25, 2011, at 8:17 PM, Sean Mahood wrote: > Hello, > > I noticed that when doing a netstat -s (running on a kernel without SCTP > support compiled in), I get the following message output to stderr: > > netstat: sysctl: net.inet.sctp.stats: No such file or directory > > Wondering why it w

[PATCH] Have netstat test for sctp kernel support

2011-10-25 Thread Sean Mahood
Hello, I noticed that when doing a netstat -s (running on a kernel without SCTP support compiled in), I get the following message output to stderr: netstat: sysctl: net.inet.sctp.stats: No such file or directory Wondering why it would attempt to fetch SCTP stats when it was compiled out of