Skip to content
  • Jiri Pirko's avatar
    team: fix mtu setting · 9d0d68fa
    Jiri Pirko authored
    Now it is not possible to set mtu to team device which has a port
    enslaved to it. The reason is that when team_change_mtu() calls
    dev_set_mtu() for port device, notificator for NETDEV_PRECHANGEMTU
    event is called and team_device_event() returns NOTIFY_BAD forbidding
    the change. So fix this by returning NOTIFY_DONE here in case team is
    changing mtu in team_change_mtu().
    
    Introduced-by: 3d249d4c
    
     "net: introduce ethernet teaming device"
    Signed-off-by: default avatarJiri Pirko <jiri@resnulli.us>
    Acked-by: default avatarFlavio Leitner <fbl@redhat.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    9d0d68fa