diff options
Diffstat (limited to 'drivers/net/bonding')
| -rw-r--r-- | drivers/net/bonding/bond_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 59a12c61ceb4..a89bf18caa79 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
| @@ -3945,7 +3945,7 @@ void bond_setup(struct net_device *bond_dev) | |||
| 3945 | /* Initialize the device options */ | 3945 | /* Initialize the device options */ |
| 3946 | bond_dev->tx_queue_len = 0; | 3946 | bond_dev->tx_queue_len = 0; |
| 3947 | bond_dev->flags |= IFF_MASTER|IFF_MULTICAST; | 3947 | bond_dev->flags |= IFF_MASTER|IFF_MULTICAST; |
| 3948 | bond_dev->priv_flags |= IFF_BONDING; | 3948 | bond_dev->priv_flags |= IFF_BONDING | IFF_UNICAST_FLT; |
| 3949 | bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); | 3949 | bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); |
| 3950 | 3950 | ||
| 3951 | /* At first, we block adding VLANs. That's the only way to | 3951 | /* At first, we block adding VLANs. That's the only way to |
