Bug 2534

Summary: ARED and PIE examples should return 1 upon exit
Product: ns-3 Reporter: Mohit <tahiliani.nitk>
Component: traffic-controlAssignee: 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

Description Mohit 2016-11-03 11:09:15 UTC
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.
Comment 1 natale.patriciello 2016-11-04 10:21:21 UTC
+1, I would add it as soon as possible to the mainline.
Comment 2 Stefano Avallone 2016-11-05 07:46:18 UTC
Pushed with changeset 12391:3e61712ea721

Thanks!