• Stephen Hemminger's avatar
    [BRIDGE]: Lift ioctl limits on number of bridges/ports. · 0e981847
    Stephen Hemminger authored
    Get rid of some arbitrary API restrictions that limit the kernel
    to 64 bridges and 256 ports.
    
    Retain compatibility in GET_PORT_LIST, the existing bridge API
    passes 0 for the third argument, and expects 256 entries.
    
    Note: there still is limit of 256 ports due to STP, but this
    shouldn't show up in the API, it needs to be handled by the
    'add port to bridge ioctl'.
    0e981847
br_if.c 5.54 KB