OSDN Git Service

Stop copying directly-connected routes to the main table.
authorLorenzo Colitti <lorenzo@google.com>
Tue, 29 Jul 2014 06:46:56 +0000 (15:46 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Tue, 29 Jul 2014 07:11:58 +0000 (16:11 +0900)
commit2f5ea0e99e9a436cd43901b1772b77a410a62f8d
treef471d786f4bee0723218df8be9c496a4ee9be5cd
parent2bff72e0cf091f4d71af0c81cfc74e8ebd8c6644
Stop copying directly-connected routes to the main table.

For a long time we have thought that copying directly-connected
routes to the main table was necessary to add gatewayed routes
to other routing tables. However, this is not necessary when the
directly-connected routes are properly created with "scope link"
as we do in http://ag/513100 .

Delete the copying code, but keep dumping the main table in
bugreports, so we can see if third-party code such as RIL
daemons is putting anything in it.

Change-Id: Iddd531daaf9881ffd82f0a4b4f6cc857ce8788fd
server/RouteController.cpp