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

Commit 8a006529 authored by Frank Li's avatar Frank Li
Browse files

Not deprecated VPN type in NetworkType

In some network environments, there is still a VPN network type.
So the type should not be deprecated.

Bug: 242037076
Test: ./out/host/linux-x86/bin/statsd_testdrive 116
Change-Id: Ie7c4e05abc73d9e37c30cb77bd623432f61c3d95
parent 92a1bd41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -180,8 +180,8 @@ enum NetworkType {
    NT_BLUETOOTH = 3;
    // Indicates this network uses an Ethernet transport.
    NT_ETHERNET = 4;
    // Indicates this network uses a VPN transport, now deprecated.
    NT_VPN = 5 [deprecated=true];
    // Indicates this network uses a VPN transport.
    NT_VPN = 5;
    // Indicates this network uses a Wi-Fi Aware transport.
    NT_WIFI_AWARE = 6;
    // Indicates this network uses a LoWPAN transport.