patch-2.1.101 linux/net/ipv6/addrconf.c

Next file: linux/net/ipv6/af_inet6.c
Previous file: linux/net/ipv4/tcp_output.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.100/linux/net/ipv6/addrconf.c linux/net/ipv6/addrconf.c
@@ -5,7 +5,7 @@
  *	Authors:
  *	Pedro Roque		<roque@di.fc.ul.pt>	
  *
- *	$Id: addrconf.c,v 1.38 1998/03/20 09:12:14 davem Exp $
+ *	$Id: addrconf.c,v 1.39 1998/05/03 14:31:04 alan Exp $
  *
  *	This program is free software; you can redistribute it and/or
  *      modify it under the terms of the GNU General Public License
@@ -1808,7 +1808,7 @@
 	addr_chk_timer.expires = jiffies + ADDR_CHECK_FREQUENCY;
 	add_timer(&addr_chk_timer);
 #ifdef CONFIG_RTNETLINK
-	rtnetlink_links[AF_INET6] = inet6_rtnetlink_table;
+	rtnetlink_links[PF_INET6] = inet6_rtnetlink_table;
 #endif
 #ifdef CONFIG_SYSCTL
 	addrconf_sysctl.sysctl_header =
@@ -1825,7 +1825,7 @@
 	int i;
 
 #ifdef CONFIG_RTNETLINK
-	rtnetlink_links[AF_INET6] = NULL;
+	rtnetlink_links[PF_INET6] = NULL;
 #endif
 #ifdef CONFIG_SYSCTL
 	addrconf_sysctl_unregister(&ipv6_devconf_dflt);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov