Typo in example for ios_l2_interface - allow_vlans (#61366)
This commit is contained in:
parent
95ecf24b87
commit
076726aa08
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ EXAMPLES = """
|
||||||
name: GigabitEthernet0/5
|
name: GigabitEthernet0/5
|
||||||
mode: trunk
|
mode: trunk
|
||||||
native_vlan: 10
|
native_vlan: 10
|
||||||
trunk_vlans: 5-10
|
trunk_allowed_vlans: 5-10
|
||||||
- name: Ensure GigabitEthernet0/5 is a trunk port and ensure 2-50 are being tagged (doesn't mean others aren't also being tagged)
|
- name: Ensure GigabitEthernet0/5 is a trunk port and ensure 2-50 are being tagged (doesn't mean others aren't also being tagged)
|
||||||
ios_l2_interface:
|
ios_l2_interface:
|
||||||
name: GigabitEthernet0/5
|
name: GigabitEthernet0/5
|
||||||
|
|
Loading…
Reference in a new issue