patch-2.4.19 linux-2.4.19/net/ipv4/fib_frontend.c
Next file: linux-2.4.19/net/ipv4/fib_semantics.c
Previous file: linux-2.4.19/net/ipv4/devinet.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Fri Aug 2 17:39:46 2002
- Orig file:
linux-2.4.18/net/ipv4/fib_frontend.c
- Orig date:
Fri Dec 21 09:42:05 2001
diff -urN linux-2.4.18/net/ipv4/fib_frontend.c linux-2.4.19/net/ipv4/fib_frontend.c
@@ -579,6 +579,9 @@
switch (event) {
case NETDEV_UP:
fib_add_ifaddr(ifa);
+#ifdef CONFIG_IP_ROUTE_MULTIPATH
+ fib_sync_up(ifa->ifa_dev->dev);
+#endif
rt_cache_flush(-1);
break;
case NETDEV_DOWN:
@@ -601,6 +604,11 @@
struct net_device *dev = ptr;
struct in_device *in_dev = __in_dev_get(dev);
+ if (event == NETDEV_UNREGISTER) {
+ fib_disable_ip(dev, 2);
+ return NOTIFY_DONE;
+ }
+
if (!in_dev)
return NOTIFY_DONE;
@@ -617,9 +625,6 @@
case NETDEV_DOWN:
fib_disable_ip(dev, 0);
break;
- case NETDEV_UNREGISTER:
- fib_disable_ip(dev, 1);
- break;
case NETDEV_CHANGEMTU:
case NETDEV_CHANGE:
rt_cache_flush(0);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)