On 11:28 Tue 29 Jul , Hal Rosenstock wrote: > On Mon, Jul 28, 2008 at 10:07 AM, Hal Rosenstock > <[EMAIL PROTECTED]> wrote: > > Should the GID format in opensm/osm_sa.c also be updated to use > > inet_ntop/inet_pton rather than PRIx64 ? If so, should it also support > > the old format for input so old files can still be imported ? > > Similarly, there's also the LID format in osm_db_pack.c in hex rather > than decimal.
I think it could be converted. Parser uses strtoul(str, NULL, 0) to read this and should work fine with hex and decimal numbers. Sasha _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
