| Summary: | 4.1 Cant add entry to neighbour discovery table | ||
|---|---|---|---|
| Product: | Base System | Reporter: | john.r.king <john.r.king> |
| Component: | bin | Assignee: | Munechika Sumikawa <sumikawa> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
john.r.king
2001-01-16 14:30:01 UTC
Responsible Changed From-To: freebsd-bugs->bms I'm in hoover up network PRs mode. I'll look into this. Responsible Changed From-To: bms->sumikawa sumikawa is Mr KAME, particularly ndp.c. :^) For making static ndp entry, direct routes must be exist like the below: % uname -a FreeBSD prince.don.to 4.9-STABLE FreeBSD 4.9-STABLE #18: Sat Nov 8 16:45:46 GMT 2003 sumikawa@prince.don.to:/usr/local/src/4-stable/src/sys/compile/SUMIKAWA i386 % ifconfig fxp0 inet6 aaaa:bbbb:cccc:dddd:eeee:ffff::1/96 alias % ndp -s aaaa:bbbb:cccc:dddd:eeee:ffff:8492:a829 0:90:27:9f:c9:2d % ndp -na Neighbor Linklayer Address Netif Expire St Flgs Prbs aaaa:bbbb:cccc:dddd:eeee:ffff:0:1 0:d0:59:d8:e0:3f fxp0 permanent R aaaa:bbbb:cccc:dddd:eeee:ffff:8492:a829 0:90:27:9f:c9:2d fxp0 permanent R fe80::2d0:59ff:fed8:e03f%fxp0 0:d0:59:d8:e0:3f fxp0 permanent R fe80::eeee:ffff:8492:a829%fxp0 0:90:27:9f:c9:2d fxp0 permanent R fe80::1%lo0 (incomplete) lo0 permanent R fe80::2bd:bdff:fe07:1%vmnet1 0:bd:bd:7:0:1 vmnet1 permanent R You can see same error in IPv4: %arp -s 1.1.1.1 0:90:27:9f:c9:2d cannot intuit interface index and type for 1.1.1.1 My conclusion: This is spec, not bug. Can I close this PR? -- Sumikawa I forgot to say sorry for keeping open your PR for more than two years. State Changed From-To: open->closed Closed by the consensus with the originator, thanks for your contribution. |