Skip to content
  • David S. Miller's avatar
    [NET]: Kill skb->real_dev · f2ccd8fa
    David S. Miller authored
    
    
    Bonding just wants the device before the skb_bond()
    decapsulation occurs, so simply pass that original
    device into packet_type->func() as an argument.
    
    It remains to be seen whether we can use this same
    exact thing to get rid of skb->input_dev as well.
    
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    f2ccd8fa