Re: [PATCH iproute2-next 7/9] dcb: Support -n to suppress translation to nice names

2021-01-01 Thread Petr Machata
David Ahern writes: > On 12/23/20 11:25 AM, Petr Machata wrote: >> diff --git a/dcb/dcb.c b/dcb/dcb.c >> index a59b63ac9159..e6cda7337924 100644 >> --- a/dcb/dcb.c >> +++ b/dcb/dcb.c >> @@ -467,7 +467,8 @@ static void dcb_help(void) >> " dcb [ -f | --force ] { -b | --batch }

Re: [PATCH iproute2-next 7/9] dcb: Support -n to suppress translation to nice names

2020-12-31 Thread David Ahern
On 12/23/20 11:25 AM, Petr Machata wrote: > diff --git a/dcb/dcb.c b/dcb/dcb.c > index a59b63ac9159..e6cda7337924 100644 > --- a/dcb/dcb.c > +++ b/dcb/dcb.c > @@ -467,7 +467,8 @@ static void dcb_help(void) > " dcb [ -f | --force ] { -b | --batch } filename [ -N | > --Netns ] ne

[PATCH iproute2-next 7/9] dcb: Support -n to suppress translation to nice names

2020-12-23 Thread Petr Machata
Some DSCP values can be translated to symbolic names. That may not be always desirable. Introduce a command-line option similar to other tools, -n or --no-nice-names, to suppress this translation. Signed-off-by: Petr Machata --- dcb/dcb.c | 9 +++-- dcb/dcb.h | 1 + man/man8/dcb.8