Right, this is what I was pointing out on the other thread about the mask not actually making sense. Your mask makes only the final byte matter, so the leading "10" is useless. The "canonical" form of this would just be 0.0.0.4/0.0.0.255.
You could easily just disable the assertion on line 1816/1817 of nicira.py and your code should run. The assertion is just checking that what you're doing makes sense -- which as far as I can figure, your current code doesn't. -- Murphy On Oct 30, 2013, at 8:12 AM, Amer <[email protected]> wrote: > Hello, > > I would to thank you, however I got > Nonzero bits mask error > Is there a way to avoid this. > Or is there a mask function for nonzero bits. > This is my command: > match.ip_src_with_mask = "10.0.0.4/0.0.0.255" > > Best regards, > Amer > > Sent from my iPhone
