OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-66-g4b7d224
Gerrit Code Review
gerrit@openafs.org
Wed, 14 Jul 2010 10:28:03 -0700 (PDT)
The following commit has been merged in the master branch:
commit 4b7d224d17e5d11b4ea50a8dece763aaedf21d17
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Jul 8 10:56:28 2010 -0500
Treat all 127.0/16 addresses as loopback
Many places treat loopback addresses specially; they are skipped over
when traversing local interface lists, and they are sometimes replaced
with the public IP of the local hostname when interpreting user
arguments.
However, we only treated 127.0.0.1 as 'loopback'. Many systems can
have more than one loopback interface, such as having an interface
with the address 127.0.0.2. So, to catch these, treat everything in
127.0/16 as a loopback address or otherwise 'invalid' address. We
still do not treat the rest of 127/8 like this, to still allow some
127.* addresses to not be treated as loopback if someone really wants
to.
Change-Id: I64724cc1ee366e5ef80a8d6e3008e30a7077a4b2
Reviewed-on: http://gerrit.openafs.org/2367
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository