Commit 680ba7ca authored by David S. Miller's avatar David S. Miller

pppoe: Must flush connections when MAC address changes too.

Kernel bugzilla: 39252
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a07c7964
...@@ -348,8 +348,9 @@ static int pppoe_device_event(struct notifier_block *this, ...@@ -348,8 +348,9 @@ static int pppoe_device_event(struct notifier_block *this,
/* Only look at sockets that are using this specific device. */ /* Only look at sockets that are using this specific device. */
switch (event) { switch (event) {
case NETDEV_CHANGEADDR:
case NETDEV_CHANGEMTU: case NETDEV_CHANGEMTU:
/* A change in mtu is a bad thing, requiring /* A change in mtu or address is a bad thing, requiring
* LCP re-negotiation. * LCP re-negotiation.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment