summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/nxos/nxos_vxlan_vtep_vni.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to cisco.nxosAnsible Core Team2020-03-091-377/+0
* Fix rendering duplicate peer-ip commands (#66088)Nilashish Chakraborty2020-01-071-2/+2
* Remove check_args from nxos (#62625)Nathaniel Case2019-09-261-2/+1
* Add new configuration for nxos_vxlan_vtep_vni (#47882)saichint2018-11-021-10/+20
* nxos CI failures bugfix (#42240)Trishna Guha2018-07-031-6/+6
* fix nxos_vxlan_vtep_vni issue (#42183)Trishna Guha2018-07-021-5/+6
* Clean up module documentation (#36909)Dag Wieers2018-03-151-13/+2
* fix for nxos_vxlan_vtep_vni issues (#34946)saichint2018-01-171-8/+41
* Refactor common network shared and platform utils code into package (#33452)Ganesh Nalawade2017-12-031-3/+3
* Fix detection of associate-vrf parameter (#28725)Nathaniel Case2017-08-291-3/+2
* Add 'Tested on' string to NX-OS modules (#28531)Nathaniel Case2017-08-241-0/+1
* Assign network modules maintained by the network team the network metadataToshio Kuratomi2017-08-151-1/+1
* Update metadata to 1.1Toshio Kuratomi2017-08-151-5/+3
* fix for remove idempotent issue (#28226)saichint2017-08-151-1/+1
* nxos_vxlan_vtep_vni fixes (#25913)Nathaniel Case2017-06-281-231/+121
* Nxos vxlan vtep vni netcfg fix (#23620)Daniel2017-04-171-8/+16
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Restore extends_documentation_fragment: nxos (#22312)John R Barker2017-03-061-0/+1
* removes old module.connected property from result (#21977)Peter Sprygada2017-02-261-1/+0
* refactors nxos module to use persistent connections (#21470)Peter Sprygada2017-02-151-154/+13
* PEP 8 E111 cleanup for nxos modules.Matt Clay2017-01-301-10/+10
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-22/+22
* Fixing issue when multiple vni exist (#19928)Gabriele2017-01-061-2/+2
* Removed dict.iteritems() in modules. (#18859)Andrea Tartaglia2016-12-121-3/+3
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-4/+4
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-0/+20
* Fix YAML syntax in NXOS documentation (#4922)Josh Lothian2016-12-081-3/+3
* Fixed module structureGGabriele2016-12-081-585/+57
* Adding nxos_vxlan_vtep_vniGGabriele2016-12-081-0/+1093