PERFORCE change 141518 for review

Julian Elischer julian at FreeBSD.org
Mon May 12 17:50:11 UTC 2008


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

Change 141518 by julian at julian_trafmon1 on 2008/05/12 17:50:05

	rt_tables is now a 2d array.

Affected files ...

.. //depot/projects/vimage/src/sys/net/vnet.h#8 edit

Differences ...

==== //depot/projects/vimage/src/sys/net/vnet.h#8 (text+ko) ====

@@ -54,7 +54,7 @@
 	struct	knlist _ifklist;
 
 	struct	rtstat _rtstat;
-	struct	radix_node_head *_rt_tables[AF_MAX+1];
+	struct	radix_node_head *_rt_tables[RT_MAXFIB][AF_MAX+1];
 	int	_rttrash;
 
 	struct	ifnet *_loif;


More information about the p4-projects mailing list