Added no shutdown command to list (#27360)

pull/27375/head
Anil Kumar Muraleedharan 9 years ago committed by John R Barker
parent 589e8fd6bc
commit 81a9dada1c

@ -961,6 +961,10 @@ def interfaceLevel2Config(
# debugOutput("shutdown")
command = interfaceL2Arg1
elif (interfaceL2Arg1 == "no shutdown"):
# debugOutput("no shutdown")
command = interfaceL2Arg1
elif (interfaceL2Arg1 == "snmp"):
# debugOutput("snmp")
command = interfaceL2Arg1 + " trap link-status "

Loading…
Cancel
Save