From: Yu Watanabe Date: Fri, 20 Mar 2026 17:11:28 +0000 (+0900) Subject: test-dhcp-client: fix packet length and checksum in IP header X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fce03832fa55083cb7b121a04e33f69258aefc82;p=thirdparty%2Fsystemd.git test-dhcp-client: fix packet length and checksum in IP header --- diff --git a/src/libsystemd-network/test-dhcp-client.c b/src/libsystemd-network/test-dhcp-client.c index 7a8b149e203..95a7d065922 100644 --- a/src/libsystemd-network/test-dhcp-client.c +++ b/src/libsystemd-network/test-dhcp-client.c @@ -540,8 +540,8 @@ static void test_addr_acq(sd_event *e) { } static uint8_t test_addr_bootp_reply[] = { - 0x45, 0x00, 0x01, 0x48, 0x00, 0x00, 0x40, 0x00, - 0xff, 0x11, 0x70, 0xa3, 0x0a, 0x00, 0x00, 0x02, + 0x45, 0x00, 0x01, 0x40, 0x00, 0x00, 0x40, 0x00, + 0xff, 0x11, 0x70, 0xab, 0x0a, 0x00, 0x00, 0x02, 0xff, 0xff, 0xff, 0xff, 0x00, 0x43, 0x00, 0x44, 0x01, 0x2c, 0x2b, 0x91, 0x02, 0x01, 0x06, 0x00, 0x69, 0xd3, 0x79, 0x11, 0x17, 0x00, 0x80, 0x00,