|
Bugzilla – Full Text Bug Listing |
| Summary: | ARED and PIE examples should return 1 upon exit | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mohit <tahiliani.nitk> |
| Component: | traffic-control | Assignee: | Stefano Avallone <stavallo> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | natale.patriciello, ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Proposed patch | ||
+1, I would add it as soon as possible to the mainline. Pushed with changeset 12391:3e61712ea721 Thanks! |
Created attachment 2647 [details] Proposed patch ARED and PIE examples in src/traffic-control/examples/ return -1 upon exit. Should be changed to return 1 upon exit to indicate failure. Thanks to Tom Sir for suggesting this change.