On 4/20/26 10:14 PM, Ihar Hrachyshka via dev wrote:
> send_garp() was refactored to build packets with scapy, so callers must
> pass dotted IPv4 strings for the sender and target protocol addresses.
> The localport suppress gARP test still passed ip_to_hex() output, which
> was correct for the old handcrafted packet path but invalid for the new
> helper.
>
> Commit 85f274f4a870 ("tests: Fix incorrect invocations of send_garp.")
> updated this test's interface argument, but left the stale hex IP inputs
> behind. Replace them with dotted IPv4 strings so the helper receives
> valid ARP addresses.
>
> Fixes: 0814c5b164a9 ("tests: Implement send_garp using scapy.")
> Fixes: 85f274f4a870 ("tests: Fix incorrect invocations of send_garp.")
>
> Signed-off-by: Ihar Hrachyshka <[email protected]>
> ---
Hi Ihar,
Thanks for the fix! Applied to main and all stable branches down to 24.03.
Regards,
Dumitru
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev