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

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