projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a07c796
)
pppoe: Must flush connections when MAC address changes too.
author
David S. Miller
<davem@davemloft.net>
Mon, 18 Jul 2011 18:48:28 +0000
(11:48 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 18 Jul 2011 18:48:28 +0000
(11:48 -0700)
Kernel bugzilla: 39252
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pppoe.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/pppoe.c
b/drivers/net/pppoe.c
index 718879b35b7d2ac2ea5415dcd70b63e64da94255..bc9a4bb31980f1758a38e38daebdc5a7ab8f2a12 100644
(file)
--- a/
drivers/net/pppoe.c
+++ b/
drivers/net/pppoe.c
@@
-348,8
+348,9
@@
static int pppoe_device_event(struct notifier_block *this,
/* Only look at sockets that are using this specific device. */
switch (event) {
+ case NETDEV_CHANGEADDR:
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.
*/