Skip to content
  • Hans Dedecker's avatar
    system-linux: get rid of SIOCSDEVPRIVATE · 1ac1c78b
    Hans Dedecker authored
    
    
    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: default avatarHans Dedecker <dedeckeh@gmail.com>
    1ac1c78b