opennetworkinglab / ngsdn-tutorial

Hands-on tutorial to learn the building blocks of the Next-Gen SDN architecture
https://www.opennetworking.org/ng-sdn/
Apache License 2.0
321 stars 187 forks source link

New Entry in Table overriding the previous one #110

Closed minhajttl1 closed 1 year ago

minhajttl1 commented 1 year ago

In Exercise #1, we have to add two entries for h1a and h1b.

I have added one entry for h1b mac address


table_id: 33605373 ("IngressPipeImpl.l2_exact_table") match { field_id: 1 ("hdr.ethernet.dst_addr") exact { value: "\x00\x00\x00\x00\x00\x1b" } } action { action { action_id: 16812802 ("IngressPipeImpl.set_egress_port") params { param_id: 1 ("None") value: "\x00\x04" } } }


and when I'm adding another entry for h1a the entries getting override. What I wanted to do is to add two entries so I could ping between host.