Re: [PATCH iproute2] tc-vlan: fix help and error message strings

2020-11-08 Thread Stephen Hemminger
On Mon, 2 Nov 2020 11:59:46 +0100 Guillaume Nault wrote: > * "vlan pop" can be followed by a CONTROL keyword. > > * Add missing space in error message. > > Signed-off-by: Guillaume Nault Applied, thanks

[PATCH iproute2] tc-vlan: fix help and error message strings

2020-11-02 Thread Guillaume Nault
* "vlan pop" can be followed by a CONTROL keyword. * Add missing space in error message. Signed-off-by: Guillaume Nault --- tc/m_vlan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tc/m_vlan.c b/tc/m_vlan.c index e6b21330..57722b73 100644 --- a/tc/m_vlan.c +++ b/tc/