commit | cf70df3e9bc962145a770804a5fc8390008bcae5 | [log] [tgz] |
---|---|---|
author | Chalard Jean <jchalard@google.com> | Tue Oct 03 17:52:32 2023 +0900 |
committer | Chalard Jean <jchalard@google.com> | Fri Oct 13 16:19:25 2023 +0900 |
tree | 7de852908a5ca48c5e09df08f43699101b44da59 | |
parent | fa21cafc1c1f375b99b685087eae0920bfee7acf [diff] |
Simplify addRoutesToLocalNetwork calls There are only three calls to this method, and two of them are with a list of 1 address which means it's simpler inlined. The last call will be replaced with calls to RouteController in a followup, meaning we addRoutesToLocalNetwork can be removed. Test: RouterAdvertisementDaemonTest NetdUtilsTest Change-Id: I3b6ee1db40f09954b336321000735a66306bf000