Home
last modified time | relevance | path

Searched refs:new_routes (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/vpn/
Dopenvpn_driver.cc568 vector<IPConfig::Route> new_routes; in SetRoutes() local
575 new_routes.push_back(route); in SetRoutes()
577 if (!new_routes.empty()) { in SetRoutes()
578 properties->routes.swap(new_routes); in SetRoutes()