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