fix nxos_igmp_interface issues (#38752)

* fix nxos_igmp_interface issues

* shippable fix

* fix oif_prefix and oif_source

* shippable fix

* shippable fix

* shippable fix

* add an example for oif_ps

* review comments

* review comments

* more review comments

* fix typo
This commit is contained in:
saichint 2018-04-23 08:08:49 -07:00 committed by Trishna Guha
parent 412373ce8e
commit 6eecbf10e6
4 changed files with 231 additions and 123 deletions

View file

@ -22,7 +22,8 @@ No notable changes.
Deprecated
==========
No notable changes.
* In the :ref:`nxos_igmp_interface <nxos_igmp_interface>` module, `oif_prefix` and `oif_source` properties are deprecated. Use
`ois_ps` parameter with a dictionary of prefix and source to values instead.
Modules
=======