Hi -- I am wondering whether we can pass arguments to a user-defined module in POX? For example, we have a module called security. I know that we can call it like ./pox.py samples.security. However, What the user can do if he/she wants to pass some arguments to this security module?
Thanks!