CIDR matching supports IPv6, update docs

After #22080 IPv6 CIDR matching is supported & functional, docs should('ve) reflected that since 2015.8
This commit is contained in:
Ronald van Zantvoort 2017-03-09 13:52:13 +01:00 committed by GitHub
parent caf10e9988
commit 170cbadc54

View file

@ -10,7 +10,7 @@ notation).
.. code-block:: bash
salt -S 192.168.40.20 test.ping
salt -S 10.0.0.0/24 test.ping
salt -S 2001:db8::/64 test.ping
Ipcidr matching can also be used in compound matches
@ -27,7 +27,3 @@ It is also possible to use in both pillar and state-matching
- internal
.. _CIDR: http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
.. note::
Only IPv4 matching is supported at this time.