commit | 2b94c053d1c2a0db88dbc4e1e470ae17c616ed92 | [log] [tgz] |
---|---|---|
author | Alex Samorukov <samm@os2.kiev.ua> | Mon Jan 04 01:41:34 2021 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 04 13:28:28 2021 +0100 |
tree | 2aded3b5f4218c1a7d165dfb23520181322d5176 | |
parent | ca2dc96be81440985af36c0724150498729e12a9 [diff] |
Fix traceroute applet on the FreeBSD This patch addressing 2 issues: 1. Replacing source/dest with uh_sport/uh_dport. It seems that uh_* members are defined on both Linux and BSD, so no #ifdef here 2. Use SOL_IPV6 instead of SOL_RAW on the FreeBSD to fix IPV6_CHECKSUM setsockopt Signed-off-by: Alex Samorukov <samm@os2.kiev.ua> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>