|
Bugzilla – Full Text Bug Listing |
| Summary: | Extend PrintRoutingTable to specify user selected time units for the report. | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Robert Ammon <ammo6818> |
| Component: | routing | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | tomh, tommaso.pecorella |
| Priority: | P2 | ||
| Version: | ns-3-dev | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Robert Ammon
2016-10-19 18:55:28 UTC
Is this a request for a patch (PATCH WANTED) or are you working on a patch? I have already implemented this change and will be submitting it shortly. Uploaded as https://codereview.appspot.com/314920043 Some of the changed files also include changes for Bug #2530. I'm OK with this patch (not strongly for or against); it seems to be a minor formatting change. I'm ok with the change, provided that: 1) it is split from Bug #2530 (of course), and 2) the Doxygen is double checked. Most functions are missing the extra parameter. Please provide a new patch ready to be applied. (In reply to Tommaso Pecorella from comment #6) > I'm ok with the change, provided that: > 1) it is split from Bug #2530 (of course), and > 2) the Doxygen is double checked. Most functions are missing the extra > parameter. > > Please provide a new patch ready to be applied. Can you provide some specifics on what is needed for: (1) Bug #2530 and this Enh both have changes in the same source files. The source files provided for this Enh also contain the changes for Bug #2530 assuming that bug is processed first. (2) I am new to this project. Can you provide more details on what needs updated for this part of your comment. New patch set has been uploaded to correct doxygen errors. (In reply to Robert Ammon from comment #7) > (In reply to Tommaso Pecorella from comment #6) > > I'm ok with the change, provided that: > > 1) it is split from Bug #2530 (of course), and > > 2) the Doxygen is double checked. Most functions are missing the extra > > parameter. > > > > Please provide a new patch ready to be applied. > > Can you provide some specifics on what is needed for: > > (1) Bug #2530 and this Enh both have changes in the same source files. The > source files provided for this Enh also contain the changes for Bug #2530 > assuming that bug is processed first. Tommaso was asking for a patch that was independent of this enhancement, so to strip any changes related to bug 2530 out of this patch. This change and bug 2530 are basically unrelated to one another, but if there were a true dependency, you could use the 'depends on' field of this tracker issue to note that bug 2530 patch had to be applied first. > > (2) I am new to this project. Can you provide more details on what needs > updated for this part of your comment. I think that you addressed this in your revision. I think the main ones to fix were the base classes Ipv4RoutingProtocol and Ipv6RoutingProtocol since the subclasses should inherit the doxygen. To double check that no new errors or warnings are introduced, there is a utility script in 'doc/doxygen.warnings.report.sh' that can be run to generate a warnings report. Changes from Bug 2530 remove from this change set. Pushed in changeset 12389:d99ffe039f18 Thanks Robert for the contribution. |