Update net_interface.py (#58350)
typo in example command -- net_interface module accidentally listed as junos_interface
This commit is contained in:
parent
360a9f1a68
commit
5e2451c1a8
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ EXAMPLES = """
|
||||||
mtu: 512
|
mtu: 512
|
||||||
|
|
||||||
- name: Delete interface using aggregate
|
- name: Delete interface using aggregate
|
||||||
junos_interface:
|
net_interface:
|
||||||
aggregate:
|
aggregate:
|
||||||
- { name: ge-0/0/1 }
|
- { name: ge-0/0/1 }
|
||||||
- { name: ge-0/0/2 }
|
- { name: ge-0/0/2 }
|
||||||
|
|
Loading…
Reference in a new issue