]> git.ipfire.org Git - thirdparty/bird.git/commit
Modified the neighbor cache to remember local addresses as well.
authorMartin Mares <mj@ucw.cz>
Thu, 1 Jun 2000 12:58:04 +0000 (12:58 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 1 Jun 2000 12:58:04 +0000 (12:58 +0000)
commit0f32f2a65a086561fdfd31d4efdea839ec9ce573
tree9c92f46776f440fca0aa764c4eeefa07c47e0bad
parent56ca7acd3afd0df7928b3adfe4a8db8b29b89fb2
Modified the neighbor cache to remember local addresses as well.

neighbor->scope now contains proper address scope which is zero (SCOPE_HOST)
for local addresses, higher (SCOPE_LINK, ..., SCOPE_UNIVERSE) for remote ones.
nest/iface.h
nest/neighbor.c