Bug 529

Summary: After logging an Ipv6Address, all loged values are printed in hex
Product: ns-3 Reporter: Fabian Mauchle <f1mauchl>
Component: networkAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: minor CC: vincent
Priority: P5    
Version: ns-3-dev   
Hardware: PC   
OS: Linux   
Attachments: bugfix proposal

Description Fabian Mauchle 2009-03-25 11:21:42 UTC
Created attachment 401 [details]
bugfix proposal

After logging an Ipv6Address using NS_LOG_DEBUG(myIpv6Address) or similar, all following log statements print values in hex notation, including the time prefix.

Suspected bug is in Ipv6Address::Print(), not clearing iostream manipulator std::hex.
Comment 1 Sebastien Vincent 2009-04-06 05:14:43 UTC
Patch commited.