mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added no shutdown command to list (#27360)
This commit is contained in:
parent
589e8fd6bc
commit
81a9dada1c
1 changed files with 4 additions and 0 deletions
|
@ -961,6 +961,10 @@ def interfaceLevel2Config(
|
||||||
# debugOutput("shutdown")
|
# debugOutput("shutdown")
|
||||||
command = interfaceL2Arg1
|
command = interfaceL2Arg1
|
||||||
|
|
||||||
|
elif (interfaceL2Arg1 == "no shutdown"):
|
||||||
|
# debugOutput("no shutdown")
|
||||||
|
command = interfaceL2Arg1
|
||||||
|
|
||||||
elif (interfaceL2Arg1 == "snmp"):
|
elif (interfaceL2Arg1 == "snmp"):
|
||||||
# debugOutput("snmp")
|
# debugOutput("snmp")
|
||||||
command = interfaceL2Arg1 + " trap link-status "
|
command = interfaceL2Arg1 + " trap link-status "
|
||||||
|
|
Loading…
Reference in a new issue