ethernet: check destination mac for L3 in ethernet-input node
[vpp.git] / test / test_neighbor.py
index 6fcf13f..d11d4ab 100644 (file)
@@ -2176,6 +2176,7 @@ class ARPTestCase(VppTestCase):
             table_id=1,
         ).add_vpp_config()
 
+        p2.dst = self.pg3.local_mac
         rxs = self.send_and_expect(self.pg3, [p2], self.pg1)
         for rx in rxs:
             self.verify_arp_req(rx, self.pg1.local_mac, "10.0.1.2", "10.0.1.128")