[pox-dev] handling vendor message

adria sole adriasole at gmail.com
Mon Jul 29 15:35:47 PDT 2013


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é
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.noxrepo.org/pipermail/pox-dev-noxrepo.org/attachments/20130730/e1540743/attachment.htm>


More information about the pox-dev mailing list