diff options
author | 2000-02-17 04:15:29 +0000 | |
---|---|---|
committer | 2000-02-17 04:15:29 +0000 | |
commit | 4a4b34d11004b0faabcb70ec4b6b14ae6dd6ec20 (patch) | |
tree | 3a332164b9d9e13e0219df57bac1c053d7194806 /lib/libc/net/getaddrinfo.c | |
parent | Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORY (diff) | |
download | wireguard-openbsd-4a4b34d11004b0faabcb70ec4b6b14ae6dd6ec20.tar.xz wireguard-openbsd-4a4b34d11004b0faabcb70ec4b6b14ae6dd6ec20.zip |
backout incomplete hack from KAME codebase (originally from bbn).
the hack tries to respect ifa or ifp passed to RTM_ADD. However, the change
broke certain link-layers. They include:
- midway ethernet card (en*), which uses sockaddr_dl in gateway portion
to pass PVC information. with the patch, the gateway portion will be
overwritten by empty sockaddr_dl and PVC initialization will fail.
- IPv6, which can't set static ND table with the patch (ndp -s) with the
similar reason.
There may be improved hack coming soon, hope the new one does not break others.
Diffstat (limited to 'lib/libc/net/getaddrinfo.c')
0 files changed, 0 insertions, 0 deletions