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

Commit b72bc0a5 authored by Frank Li's avatar Frank Li Committed by Automerger Merge Worker
Browse files

Not deprecated VPN type in NetworkType am: 8a006529

parents 53e1fa25 8a006529
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.