Hello,
try this :
evt.summary = "Vlan: " + str(evt.vtpVlanIndex)
instead of
evt.summary = "Vlan: " + evt.vtpVlanIndex
I suppose you are adding an integer to string which makes the transform crash.
Good luck,
Hello,
try this :
evt.summary = "Vlan: " + str(evt.vtpVlanIndex)
instead of
evt.summary = "Vlan: " + evt.vtpVlanIndex
I suppose you are adding an integer to string which makes the transform crash.
Good luck,