<div dir="ltr">Hi all,<div><br></div><div>I want to unpack a vendor message but I first have problems for handling the vendor message. </div><div><br></div><div>In my_component.py I have created an:</div><div><div>def handle_VENDOR (con, msg):</div>
<div> <a href="http://log.info">log.info</a>("ADRIA Vendor msg: " + str(msg))</div></div><div><br></div><div>But instead of printing the information from my_component.py it is printed by of_01.py in:</div><div>
def handle_VENDOR (con, msg):</div><div> <a href="http://log.info">log.info</a>("Vendor msg: " + str(msg))</div><div><br></div><div>How can I handle a vendor message? The code of my_component.py is very similiar to l2_learning.py.</div>
<div><br></div><div>Thank you in advance!</div><div><br></div><div>Adrià Solé</div></div>