Hello,

I am editing |forwarding/l2_learning.py |to enhance its functionality but I need to initialize some more arrays and use it in _handle_PacketIn function.

If I just declare all these extra arrays in __init__ and pass it as argument to _handle_PacketIn, I am passing more than default 2 arguments to it. It gives an error that somewhere else I need to pass 3 arguments but I am passing just 2.

Which other files to I need to change in the pox folder to work with it?

Thank you.

Reply via email to