PERFORCE change 142008 for review

Julian Elischer julian at FreeBSD.org
Thu May 22 01:36:27 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=142008

Change 142008 by julian at julian_trafmon1 on 2008/05/22 01:35:30

	select the fib to use

Affected files ...

.. //depot/projects/arp-v2/src/sys/net/route.c#8 edit

Differences ...

==== //depot/projects/arp-v2/src/sys/net/route.c#8 (text+ko) ====

@@ -1558,7 +1558,7 @@
 		else
 			info.rti_info[RTAX_GATEWAY] = ifa->ifa_addr;
 		info.rti_info[RTAX_NETMASK] = netmask;
-		error = rtrequest1(cmd, &info, &rt);
+		error = rtrequest1_fib(cmd, &info, &rt, fibnum);
 		if (error == 0 && rt != NULL) {
 			/*
 			 * notify any listening routing agents of the change


More information about the p4-projects mailing list