RouteControllerTest: use proper flags for delete operation
Note that per:
cs/ p:aosp-master file:system/netd RTM_DELROUTE
*only* the tests actually get it wrong,
so this is making the tests match the implementation.
6.1 fails the unit test due to the wrong flags being used.
It now newly rejects the NLM_F_BULK flag for RTM_DELROUTE.
However NLM_F_BULK == NLM_F_EXCL which is applicable to 'RTM_NEWROUTE'
Test: TreeHugger
Bug: 277710523
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Ie46ac36f81267368177e89c28681e8f195908430
1 file changed