After the iOS update, i cannot read ip address for the currently connected wi-fi. I debugged the log, but the ip address is shown in en2 instead of en0 Do you know why?
{ "anpi0/ipv6" = "fe80::7416:12ff:fee2:2374"; "awdl0/ipv6" = "fe80::704d:5eff:fe63:441"; "en1/ipv4" = "169.254.241.83"; "en1/ipv6" = "fe80::1882:7171:77df:59bf"; "en2/ipv4" = "192.168.1.10"; "en2/ipv6" = "fe80::184b:196e:c84:8f7f"; "llw0/ipv6" = "fe80::704d:5eff:fe63:441"; "lo0/ipv4" = "127.0.0.1"; "lo0/ipv6" = "fe80::1"; "utun0/ipv6" = "fe80::f3ee:f814:7880:8ea3"; "utun1/ipv6" = "fe80::8fb:d2e0:a67e:fb92"; "utun2/ipv6" = "fe80::f0ad:551e:63d9:fd8b"; "utun3/ipv6" = "fe80::ce81:b1c:bd2c:69e"; "utun4/ipv6" = "fe80::49e:2338:20d2:e0a5"; }
Previously it read as below. { "anpi0/ipv6" = "fe80::9452:adff:fe11:62f7"; "awdl0/ipv6" = "fe80::7cd7:54ff:fe78:d810"; "en0/ipv4" = "192.168.1.10"; "en0/ipv6" = "fe80::e:5b22:1add:a46e"; "en2/ipv4" = "169.254.231.23"; "en2/ipv6" = "fe80::1089:fe77:958c:c82c"; "llw0/ipv6" = "fe80::7cd7:54ff:fe78:d810"; "lo0/ipv4" = "127.0.0.1"; "lo0/ipv6" = "fe80::1"; "utun0/ipv6" = "fe80::9456:a091:441c:72a3"; "utun1/ipv6" = "fe80::d044:3817:3752:49d2"; "utun2/ipv6" = "fe80::38a9:d877:1c1d:f5c1"; "utun3/ipv6" = "fe80::ce81:b1c:bd2c:69e"; "utun4/ipv6" = "fe80::6eb5:b28d:53e3:96c"; "utun5/ipv6" = "fe80::6a54:f371:12ae:d754"; "utun6/ipv6" = "fe80::9232:a266:e5ac:7de2"; }