On Mon, Oct 17, 2016 at 02:30:41PM +0400, Reyk Floeter wrote:
> 
> > Am 17.10.2016 um 14:16 schrieb Rafael Zalamena <rzalam...@gmail.com>:
> > 
> > There are two inconsistencies with the ifconfig(8) switch(4) configuring:
> > 1) Datapath ID is an unsigned 64 bit integer, not a signed one;
> 
> I think we should use strtonum instead of strtoull here.

If we use strtonum() we lose the ability to express the datapath id in
hexadecimal numbers and we'll use only decimals. I think we should keep
the strtoull().

Reply via email to