summaryrefslogtreecommitdiff
path: root/server/BandwidthControllerTest.cpp
diff options
context:
space:
mode:
authorChiachang Wang <chiachangwang@google.com>2022-03-07 19:19:33 +0800
committerChiachang Wang <chiachangwang@google.com>2022-03-09 15:12:23 +0800
commit5320c1a896d28d4a9076a16373f9f17903509657 (patch)
tree1cd55b6235135a6d57bc6b05fa071379604be7bd /server/BandwidthControllerTest.cpp
parentab5b9c7c0ee30cfb4daa1626a3e40704ce267330 (diff)
Stop setting v6 routes if the v6 is disabled on the interface
The v6 local exclude routes were added in every physical interface assigned to the network. For the clat interface, the v6 support is disabled, so setting a v6 route on the clat interface will cause a permission denial. A v6 route should not be set on those interfaces that disable v6 support. The permission denial causes no failure since the error was temporarily skipped, so remove the temporary workaround accordingly. Sample error log: E netd : Error adding route fe80::/10 -> (null) v4-wlan0 to table 1000000024: Permission denied Bug: 184750836 Test: cd system/netd ; atest Test: manually connect to v6 only wifi and check the log Change-Id: Id41fdad2593d80953f3202d91524e9742b5c2d4e
Diffstat (limited to 'server/BandwidthControllerTest.cpp')
0 files changed, 0 insertions, 0 deletions