patch-2.1.88 linux/net/ipv6/addrconf.c
Next file: linux/net/ipv6/route.c
Previous file: linux/net/ipv6/Config.in
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Thu Feb 19 14:59:53 1998
- Orig file:
v2.1.87/linux/net/ipv6/addrconf.c
- Orig date:
Tue Feb 17 13:12:50 1998
diff -u --recursive --new-file v2.1.87/linux/net/ipv6/addrconf.c linux/net/ipv6/addrconf.c
@@ -1091,8 +1091,12 @@
}
break;
+ case NETDEV_CHANGEMTU:
+ case NETDEV_CHANGE:
+ /* BUGGG... Should scan FIB to change pmtu on routes. --ANK */
+ break;
};
-
+
return NOTIFY_OK;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov