summaryrefslogtreecommitdiff
path: root/net/sctp/ulpqueue.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-04-13 22:42:33 -0400
committerDavid S. Miller <davem@davemloft.net>2016-04-13 22:42:33 -0400
commit079adf6c53e8b791ca569314ebee631bb68fbb31 (patch)
tree3149a56ac7c7d066bb6c2ca2667fbd3f4e9a5e5e /net/sctp/ulpqueue.c
parentf9a7cbbf18f1640907d6ca345b8337e4b50ea56f (diff)
parentbf871ad792e3c9f5dda0ef5bd519e0a2f1564001 (diff)
downloadlinux-079adf6c53e8b791ca569314ebee631bb68fbb31.tar.gz
linux-079adf6c53e8b791ca569314ebee631bb68fbb31.tar.xz
Merge branch 'bridge-sysfs-rtnl-notifications'
Xin Long says: ==================== bridge: support sending rntl info when we set attributes through sysfs/ioctl This patchset is used to support sending rntl info to user in some places, and ensure that whenever those attributes change internally or from sysfs, that a netlink notification is sent out to listeners. It also make some adjustment in bridge sysfs so that we can implement this easily. I've done some tests on this patchset, like: [br_sysfs] 1. change all the attribute values of br or brif: $ echo $value > /sys/class/net/br0/bridge/{*} $ echo $value > /sys/class/net/br0/brif/eth1/{*} 2. meanwhile, on another terminal to observe the msg: $ bridge monitor [br_ioctl] 1. in bridge-utils package, do some changes in br_set, let brctl command use ioctl to set attribute: if ((ret = set_sysfs(path, value)) < 0) { --> if (1) { $ brctl set* 2. meanwhile, on another terminal to observe the msg: $ bridge monitor This test covers all the attributes that brctl and sysfs support to set. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/ulpqueue.c')
0 files changed, 0 insertions, 0 deletions