|
Bugzilla – Full Text Bug Listing |
| Summary: | ipv6-option.h not included in wscript | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | francisco javier sanchez-roselly <franciscojavier.sanchezroselly> |
| Component: | internet | Assignee: | Tommaso Pecorella <tommaso.pecorella> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | the wscript file including the mentioned header. | ||
Note that sometimes headers are not included in the wscript because they are considered to be private, internal headers of the module. However, I think that this particular one 'ipv6-option.h' is missing due to an oversight, so I agree with including it. 'ipv6-extension.h' is similar, yet present in wscript. changeset: 12370:12a30788f00b |
Created attachment 2615 [details] the wscript file including the mentioned header. i think 'model/ipv6-option.h' is missed in headers.source section of wscript file for internet module -at least i miss it-.