commit | 726f9b2bbdd5a607f7b0a10a64547739b807e361 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun May 25 21:04:54 2003 +0000 |
committer | hasso <hasso> | Sun May 25 21:04:54 2003 +0000 |
tree | 9c46a6ce71cf4ea96553a85a231e38b462b3dee0 | |
parent | 71c0fb50fe75928f8fbe1bbff1995d9d91b3702b [diff] [blame] |
Last fixes from 6Wind patch.
diff --git a/lib/sockunion.c b/lib/sockunion.c index 13b0be6..e4b311c 100644 --- a/lib/sockunion.c +++ b/lib/sockunion.c
@@ -344,8 +344,13 @@ { #ifdef HAVE_SIN6_SCOPE_ID /* su.sin6.sin6_scope_id = ifindex; */ +#ifdef MUSICA + su.sin6.sin6_scope_id = ifindex; +#endif #endif /* HAVE_SIN6_SCOPE_ID */ +#ifndef MUSICA SET_IN6_LINKLOCAL_IFINDEX (su.sin6.sin6_addr, ifindex); +#endif } #endif /* KAME */ break;