State to check firewall configurations .. versionadded:: 2016.3.0
salt.states.firewall.
check
(name, port=None, **kwargs)¶Checks if there is an open connection from the minion to the defined host on a specific port.
testgoogle:
firewall.check:
- name: 'google.com'
- port: 80
- proto: 'tcp'