Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc87f5e0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork"...

Merge "Improve documentation of IpSecTunnelInterface#setUnderlyingNetwork" into sc-dev am: 7e982787

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14667143

Change-Id: I55e39d54c6b8d112b4aba97b7c4d58c540ba7c76
parents 325704a7 7e982787
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -810,7 +810,9 @@ public final class IpSecManager {
         *
         * @param underlyingNetwork the new {@link Network} that will carry traffic for this tunnel.
         *     This network MUST never be the network exposing this IpSecTunnelInterface, otherwise
         *     this method will throw an {@link IllegalArgumentException}.
         *     this method will throw an {@link IllegalArgumentException}. If the
         *     IpSecTunnelInterface is later added to this network, all outbound traffic will be
         *     blackholed.
         */
        // TODO: b/169171001 Update the documentation when transform migration is supported.
        // The purpose of making updating network and applying transforms separate is to leave open