Add passive_interface property to nxos_ospf_vrf module (#28288)

* add passive_interface property to nxos_ospf_vrf module

* Add version_added for
This commit is contained in:
rahushen 2017-08-29 11:31:11 -04:00 committed by Nathaniel Case
commit 2cf836772d
2 changed files with 32 additions and 6 deletions

View file

@ -20,6 +20,7 @@
timer_throttle_lsa_hold: 1100
timer_throttle_lsa_max: 3000
vrf: test
passive_interface: true
state: present
provider: "{{ connection }}"
register: result