HomeFreeBSD

Fix handling of net.inet.ipsec.dfbit=2 variable.

Description

Fix handling of net.inet.ipsec.dfbit=2 variable.
IP_DF macro is in host bytes order, but ip_off field is in network bytes
order. So, use htons() for correct check.

Details

Provenance
aeAuthored on
Parents
rS297013: Use the right argumant name
Branches
Unknown
Tags
Unknown