route-table: get rid of name-table
authorPravin B Shelar <pshelar@nicira.com>
Thu, 16 Oct 2014 18:38:06 +0000 (11:38 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 3 Nov 2014 21:27:31 +0000 (13:27 -0800)
commit58718f4029a1ab0ec3eae427f00fd91cf118a2ca
tree67c19da89a8476a8ffa18c8895e58221f225bbee
parent4f0b577e0c31eb2efc15fe7b88451f310003b9ba
route-table: get rid of name-table

name table maintains device ifindex to name mapping.  On any name
table changes it invalidate name table and routing table. So
rather than building two tables this patch moves dev name to routing
entry and build routing table on any name table changes.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
lib/route-table.c