Re: [v2] iproute2-next: police: support 64bit rate and peakrate in tc utility
From: Stephen Hemminger
Date: Fri Aug 30 2019 - 15:37:25 EST
On Fri, 30 Aug 2019 14:07:17 -0500
David Dai <zdai@xxxxxxxxxxxxxxxxxx> wrote:
> + if (rate64) {
> fprintf(stderr, "Double \"rate\" spec\n");
> return -1;
> }
The m_police filter should start using the common functions
for duparg and invarg that are in lib/utils.c