]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix /sbin/route to never look up (invalid) interface names through DNS
authorrstone <rstone@FreeBSD.org>
Thu, 17 Sep 2015 16:56:49 +0000 (16:56 +0000)
committerrstone <rstone@FreeBSD.org>
Thu, 17 Sep 2015 16:56:49 +0000 (16:56 +0000)
commit24d3763284f56d94ba5d5c3529c4a8b9cb9f5726
tree7d70074e4ce3bc3aec9d53f7ae6a48ea28908636
parentf09841e04ba5b833e9fefb1a1b7d1413c1e69ba8
Fix /sbin/route to never look up (invalid) interface names through DNS

/sbin/route has a bug where if it is passed an interface name that does
not exist, it falls through and winds up interpreting it as a hostname.
It fails out eventually, but on a system where DNS lookup is broken you
can end up waiting for up to 60 seconds waiting for the DNS lookup to
timeout.  I'm not quite sure what happens if the DNS lookup somehow
succeeds but I doubt that can end well.

Reviewed by: markj, cem
MFC after: 2 weeks
Sponsored by: EMC/Isilon Storage Division
sbin/route/route.c