1
0
Fork 0
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:
Anil Kumar Muraleedharan 2017-07-27 14:23:46 +05:30 committed by John R Barker
parent 589e8fd6bc
commit 81a9dada1c

View file

@ -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 "