Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/net/if.c 193166 2009-05-31 12:10:04Z zec $
---
> * $FreeBSD: head/sys/net/if.c 193232 2009-06-01 15:49:42Z bz $
1004c1004,1005
< if ((rnh = V_rt_tables[j][i]) == NULL)
---
> rnh = rt_tables_get_rnh(j, i);
> if (rnh == NULL)