From 010b0f65fa9deafe449c885e50d0366683f78316 Mon Sep 17 00:00:00 2001 From: "org[shemminger]!shemminger" Date: Mon, 7 Jun 2004 22:05:31 +0000 Subject: [PATCH] Import patch iproute2-2.4.7-default.patch (Logical change 1.11) --- lib/rt_names.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rt_names.c b/lib/rt_names.c index 429f73e9..70172692 100644 --- a/lib/rt_names.c +++ b/lib/rt_names.c @@ -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); }