diff options
author | 2001-01-19 06:37:36 +0000 | |
---|---|---|
committer | 2001-01-19 06:37:36 +0000 | |
commit | afed035cf36eb94c4b2f59029cbfeb8a6e93bfe6 (patch) | |
tree | c62b29f991f3d3eaa3a9d29954bcfe8e9cbd9064 /usr.bin/ssh/ssh-dss.c | |
parent | More fixes from Don Beusee: (diff) | |
download | wireguard-openbsd-afed035cf36eb94c4b2f59029cbfeb8a6e93bfe6.tar.xz wireguard-openbsd-afed035cf36eb94c4b2f59029cbfeb8a6e93bfe6.zip |
pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).
have sys/net/route.c:rtrequest1(), which takes rt_addrinfo * as the argument.
pass rt_addrinfo all the way down to rtrequest, and ifa->ifa_rtrequest.
3rd arg of ifa->ifa_rtrequest is now rt_addrinfo * instead of sockaddr *
(almost noone is using it anyways).
benefit: the follwoing command now works. previously we need two route(8)
invocations, "add" then "change".
# route add -inet6 default ::1 -ifp gif0
remove unsafe typecast in rtrequest(), from rtentry * to sockaddr *. it was
introduced by 4.3BSD-reno and never corrected.
XXX is eon_rtrequest() change correct regarding to 3rd arg?
eon_rtrequest() and rtrequest() were incorrect since 4.3BSD-reno,
so i do not have correct answer in the source code.
someone with more clue about netiso-over-ip, please help.
Diffstat (limited to 'usr.bin/ssh/ssh-dss.c')
0 files changed, 0 insertions, 0 deletions