View | Details | Raw Unified | Return to bug 3707
Collapse All | Expand All

(-)iproute2.altpatches/lib/rt_names.c (+1 lines)
Lines 271-276 Link Here
271
	rtnl_rttable_init = 1;
271
	rtnl_rttable_init = 1;
272
	rtnl_rttable_tab[255] = "local";
272
	rtnl_rttable_tab[255] = "local";
273
	rtnl_rttable_tab[254] = "main";
273
	rtnl_rttable_tab[254] = "main";
274
	rtnl_rttable_tab[253] = "default";
274
	rtnl_tab_initialize("/etc/iproute2/rt_tables",
275
	rtnl_tab_initialize("/etc/iproute2/rt_tables",
275
			    rtnl_rttable_tab, 256);
276
			    rtnl_rttable_tab, 256);
276
}
277
}

Return to bug 3707