Re: [PATCHv2 iproute2 net-next] nstat: add sctp snmp support

2016-09-08 Thread Stephen Hemminger
On Mon, 5 Sep 2016 11:35:02 +0800 Hangbin Liu wrote: > SCTP module was not load by default. But this should be OK since we will not > load table if fdopen() failed, also opening the proc file won't load SCTP > kernel module. > > Signed-off-by: Hangbin Liu Applied thanks.

[PATCHv2 iproute2 net-next] nstat: add sctp snmp support

2016-09-04 Thread Hangbin Liu
SCTP module was not load by default. But this should be OK since we will not load table if fdopen() failed, also opening the proc file won't load SCTP kernel module. Signed-off-by: Hangbin Liu --- misc/nstat.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/misc/nstat.c b