diff options
| author | John Hay <jhay@FreeBSD.org> | 2006-09-16 06:24:28 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 2006-09-16 06:24:28 +0000 |
| commit | f129892448192abfffce11ea9238dbbf546fe51b (patch) | |
| tree | a8f789a354e08e61f77d2b41c5d7115d2688d22d /sys | |
| parent | 92c5089dd7f73dd3e1bc0b585dbcf7b598e8dab7 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet6/nd6.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index a09df8a80efa..4bad92e3f25a 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -1390,6 +1390,8 @@ nd6_rtrequest(req, rt, info) ip6_sprintf(&llsol), error)); } } + } else if (req == RTM_ADD && SDL(gate)->sdl_alen == 0) { + ln->ln_state = ND6_LLINFO_INCOMPLETE; } break; |
