[Answers Posted] Relevance Challenge - IP Address is in which Subnet - February 2020

So happy this is easy now!

(and at the same time sad, like when we released inspectors for base64 decoding and some of my beautiful workarounds became obsolete…)

q: (it contains (ipv4 address "1.1.1.5")) of cidr subnets ("1.1.1.0/24";"1.1.2.0/24") 
A: True
A: False

q: address of adapters of network
A: 10.0.0.5

q: exists(addresses of adapters whose (up of it and not loopback of it and exists address of it) of network  , cidr subnets ("1.1.1.0/24";"10.0.0.0/24")) whose (item 1 of it contains item 0 of it)
A: True
3 Likes