diff options
author | David S. Miller <davem@davemloft.net> | 2016-04-13 22:42:33 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-13 22:42:33 -0400 |
commit | 079adf6c53e8b791ca569314ebee631bb68fbb31 (patch) | |
tree | 3149a56ac7c7d066bb6c2ca2667fbd3f4e9a5e5e /net/sctp/ulpqueue.c | |
parent | f9a7cbbf18f1640907d6ca345b8337e4b50ea56f (diff) | |
parent | bf871ad792e3c9f5dda0ef5bd519e0a2f1564001 (diff) | |
download | linux-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