mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
caf10e9988
commit
170cbadc54
1 changed files with 1 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue