On Mon, 18 Jun 2018 20:24:13 +0900,
udeh Paschal wrote:

>     def add_flow(self, datapath, in_port, dst, src, actions):

> But when I run the code I get the error:
> 
>   self.add_flow(datapath, 0, match, actions)
> TypeError: add_flow() takes exactly 6 arguments (5 given)
> 
> Please I need help in resolving the issue or maybe a better way to go about
> it. Thanks

The error message is somewhat self-explanatory.
Your function definition and arguments in the function call don't match.

--
IWAMOTO Toshihiro

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to