Commit 680ba7ca630f5816af9c80a946520be76b2167a5

Authored by David S. Miller
1 parent a07c7964a2

pppoe: Must flush connections when MAC address changes too.

Kernel bugzilla: 39252

Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -348,8 +348,9 @@
348 348  
349 349 /* Only look at sockets that are using this specific device. */
350 350 switch (event) {
  351 + case NETDEV_CHANGEADDR:
351 352 case NETDEV_CHANGEMTU:
352   - /* A change in mtu is a bad thing, requiring
  353 + /* A change in mtu or address is a bad thing, requiring
353 354 * LCP re-negotiation.
354 355 */
355 356