How do I add IPs to the firewall?
simDevice.getFirewallBlockSourceAddresses() and simDevice.getFirewallBlockDestinationAddresses()
simDevice.getFirewallBlockSourceAddresses()
simDevice.getFirewallBlockDestinationAddresses()
will return List objects that you can add Strings to (as single IP addresses, or in CIDR format).