• V
    bonding: Turn on IFF_UNICAST_FLT on bond devices · c565b488
    Vlad Yasevich 提交于
    Bonding devices manage the unicast filters of the underlying
    interfaces, but do not turn on IFF_UNICAST_FLT flag.  Thus
    anytime a unicast address is added to the bond, the bond is
    places in promiscuous mode.
    
    Turn on IFF_UNICAST_FLT on the bond device so that the bond does
    not go into promiscuous mode needlesly.  If an underlying device
    does not support unicast filtering, that device will automaticall
    enter promiscuous mode already.
    Signed-off-by: NVlad Yasevich <vyasevic@redhat.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    c565b488
bond_main.c 123.9 KB