K 10 svn:author V 2 kp K 8 svn:date V 27 2022-02-18T10:47:55.350072Z K 7 svn:log V 630 libpfctl: fix creatorid endianness We provide the hostid (which is the state creatorid) to the kernel as a big endian number (see pfctl/pfctl.c pfctl_set_hostid()), so convert it back to system endianness when we get it from the kernel. This avoids a confusing mismatch between the value the user configures and the value displayed in the state. MFC after: 3 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33989 (cherry picked from commit 735748f30aad80593e2b7f5f5f175d64484c5eeb) Git Hash: 2f19661ace75a35a69cf09fa89a7bbfac6a4d098 Git Author: kp@FreeBSD.org END