Fix typos in ios_l2_interfaces (#66246)

Some typos in the examples of ios_l2_interfaces are fixed.
This might help to have a fluent start with this module.
This commit is contained in:
Dominik Holler 2020-01-08 09:14:09 +01:00 committed by Sumit Jaiswal
parent 01e4c41be4
commit c4cfe1d7f6

View file

@ -128,9 +128,9 @@ EXAMPLES = """
vlan: 10
- name: GigabitEthernet0/2
trunk:
allowed_vlan: 10-20, 40
allowed_vlans: 10-20,40
native_vlan: 20
pruning_vlan: 10,20
pruning_vlans: 10,20
encapsulation: dot1q
state: merged
@ -172,9 +172,9 @@ EXAMPLES = """
config:
- name: GigabitEthernet0/2
trunk:
- allowed_vlan: 20-25,40
- allowed_vlans: 20-25,40
native_vlan: 20
pruning_vlan: 10
pruning_vlans: 10
encapsulation: isl
state: replaced