|
Bugzilla – Full Text Bug Listing |
| Summary: | possible bug with tap and 64-bit machines | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | tap-bridge | Assignee: | Tom Goff <tgoff> |
| Status: | NEEDINFO --- | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | test case to reproduce | ||
|
Description
Tom Henderson
2012-05-20 00:05:00 UTC
Created attachment 1398 [details]
test case to reproduce
Luca's provided test case
(In reply to comment #1) > Created attachment 1398 [details] > test case to reproduce > > Luca's provided test case Is the rp_filter setting the same on both systems? For example, see the output of: sysctl -a 2> /dev/null | grep '\(all\|default\)\.rp_filter' The described behavior seems consistent with rp_filter being enabled on the 64-bit system and disabled on the 32-bit system. It would also help to clarify what interface is assigned 10.0.0.3/24. It seems that the tapOutput interface created by the test case has the address 10.0.0.2/24. |