Treat xid as a uint32_t in network byte order on the wire.
authorflorian <florian@openbsd.org>
Mon, 13 Dec 2021 11:03:23 +0000 (11:03 +0000)
committerflorian <florian@openbsd.org>
Mon, 13 Dec 2021 11:03:23 +0000 (11:03 +0000)
commitc2da98a69fbafc85ebff9625db0845806b40c8cc
treeddcb23090b678a71036ebf62d3d3f39336989dd5
parentb2b4054094fb3b4894d40866e86b2fd25803160c
Treat xid as a uint32_t in network byte order on the wire.

Internally this doesn't matter since we only care about equality.
This makes logging output comparable to tcpdump(8).

Pointed out by joel@
OK claudio
sbin/dhcpleased/engine.c
sbin/dhcpleased/frontend.c