diff options
| -rw-r--r-- | net/ipv4/devinet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c index 0feebd5de295..9809f7b69728 100644 --- a/net/ipv4/devinet.c +++ b/net/ipv4/devinet.c | |||
| @@ -1385,6 +1385,8 @@ static int inetdev_event(struct notifier_block *this, unsigned long event, | |||
| 1385 | memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); | 1385 | memcpy(ifa->ifa_label, dev->name, IFNAMSIZ); |
| 1386 | set_ifa_lifetime(ifa, INFINITY_LIFE_TIME, | 1386 | set_ifa_lifetime(ifa, INFINITY_LIFE_TIME, |
| 1387 | INFINITY_LIFE_TIME); | 1387 | INFINITY_LIFE_TIME); |
| 1388 | ipv4_devconf_setall(in_dev); | ||
| 1389 | neigh_parms_data_state_setall(in_dev->arp_parms); | ||
| 1388 | inet_insert_ifa(ifa); | 1390 | inet_insert_ifa(ifa); |
| 1389 | } | 1391 | } |
| 1390 | } | 1392 | } |
