[pox-dev] Match on IP Source Address and MAC Src Address does not result in expected output

Murphy McCauley murphy.mccauley at gmail.com
Tue Nov 5 23:52:28 PST 2013


On Nov 5, 2013, at 11:46 PM, vinay pai <bantwalh at usc.edu> wrote:

> Hi All,
> 
> I am trying to pass a simple flow which matches on Ethernet Source Address "00:11:22:33:44:55" and IP Source Address "1.1.1.1". However when I use this against mininet I can see that only dl_src=00:11:22:33:44:55 can be seen on the dump flows command. Am I missing something here? I used to think both L2 and L3 matches could be sent in the same flow.

See the FAQ question "I tried to install a table entry but got a different one.  Why?" in the manual.

As a sidenote, you may be a happier person if you use the OVS tools (e.g., ovs-dpctl) if you're using Open vSwitch.

> I had done a clone for POX as recent as last week so Im assuming that its the latest version.

If you're on the default branch (betta), you might consider switching to carp.  It's just about to become the default.

-- Murphy


More information about the pox-dev mailing list