Closed minhajttl1 closed 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.
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.