]> git.proxmox.com Git - mirror_iproute2.git/commit
nstat: add sctp snmp support
authorHangbin Liu <liuhangbin@gmail.com>
Mon, 5 Sep 2016 03:35:02 +0000 (11:35 +0800)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 8 Sep 2016 21:29:36 +0000 (14:29 -0700)
commit45a0dc164a8105701c24043a847050efd647a3cb
tree2537501390b7057ac4745e097152ef58e8cf5102
parent3cad6e5f2576cdf903311e964efa2cced1b24c6c
nstat: add sctp snmp support

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 <liuhangbin@gmail.com>
misc/nstat.c