]> git.proxmox.com Git - mirror_iproute2.git/commit
devlink: Print size of -1 as unlimited
authorDavid Ahern <dsahern@gmail.com>
Fri, 30 Mar 2018 16:21:44 +0000 (09:21 -0700)
committerDavid Ahern <dsahern@gmail.com>
Mon, 2 Apr 2018 14:54:18 +0000 (07:54 -0700)
commit43eb8728b3915c797311fd03688aa1498e3195ef
tree340f2f737473690745d49c3d81c6376af8f2ccdc
parent7ada016aeb4ae2f33abcaba2aef1347487ca14c4
devlink: Print size of -1 as unlimited

(u64)-1  essentially means the size is unlimited. Print as 'unlimited'
as opposed to the current unsigned int range of 4294967295.

Signed-off-by: David Ahern <dsahern@gmail.com>
devlink/devlink.c