system-linux: get rid of SIOCSDEVPRIVATE
authorHans Dedecker <dedeckeh@gmail.com>
Thu, 13 Dec 2018 15:13:06 +0000 (16:13 +0100)
committerHans Dedecker <dedeckeh@gmail.com>
Thu, 13 Dec 2018 16:22:14 +0000 (17:22 +0100)
commit1ac1c78b30dec00f940cc0d1de7b5fc08d8b4226
treec42e2e04646b23fb9880496773742c9609fbb6c0
parentdfa4ede4e3b2fd0f50b14fcb2dd141cd73a5c74f
system-linux: get rid of SIOCSDEVPRIVATE

Use sysfs to configure the bridge settings stp/forward_delay/priority
ageing_time/hello_time and max_age as the SIOCDEVPRIVATE bridge ioctl
has no compat ioctl support which makes it impossible to set the above
mentioned bridge paramaters if the kernel is compiled in 64 bit mode
and user_space in 32 bit mode.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
system-linux.c