--- iproute2.altpatches/lib/rt_names.c 2000-04-16 20:42:52 +0300 +++ iproute2.altpatches/lib/rt_names.c 2004-02-17 15:21:13 +0200 @@ -271,6 +271,7 @@ rtnl_rttable_init = 1; rtnl_rttable_tab[255] = "local"; rtnl_rttable_tab[254] = "main"; + rtnl_rttable_tab[253] = "default"; rtnl_tab_initialize("/etc/iproute2/rt_tables", rtnl_rttable_tab, 256); }