Import patch iproute2-2.4.7-default.patch

(Logical change 1.11)
This commit is contained in:
org[shemminger]!shemminger 2004-06-07 22:05:31 +00:00
parent 9defa72209
commit 010b0f65fa
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ static void rtnl_rttable_initialize(void)
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);
}