]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
Import patch iproute2-2.4.7-default.patch
authororg[shemminger]!shemminger <org[shemminger]!shemminger>
Mon, 7 Jun 2004 22:05:31 +0000 (22:05 +0000)
committerorg[shemminger]!shemminger <org[shemminger]!shemminger>
Mon, 7 Jun 2004 22:05:31 +0000 (22:05 +0000)
(Logical change 1.11)

lib/rt_names.c

index 429f73e930c8d0d2f190cccd73e83dc9cb2425c3..701726924e6fae82b228e594e5a9ccf29d87dd98 100644 (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);
 }