OSDN Git Service

Use netlink to add/delete rules as well as routes.
authorLorenzo Colitti <lorenzo@google.com>
Fri, 20 Jun 2014 14:03:29 +0000 (23:03 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Thu, 26 Jun 2014 05:07:10 +0000 (14:07 +0900)
commit4753afd79e130d5f1c888f549c36b4da92dbe680
treebcfcefc18377057d59ec47aa2df9c4889e96ae54
parent7f972fb1cd3c26af76779a7a3220b9cf5fb63a0a
Use netlink to add/delete rules as well as routes.

Also change the indentation of the rtattrs used in modifyIpRoute
to make it easier to see what attributes are being used and in
what sequence.

This change does not yet pass the errors back to CommandListener;
that is done in the next change in the series.

Change-Id: Ib2e174386c63cb0647d838d9c7d731cd6df39c4f
server/RouteController.cpp