]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc/m_vlan: fix print_vlan() conditional on TCA_VLAN_ACT_PUSH_ETH
authorMaxim Petrov <mmrmaximuzz@gmail.com>
Wed, 17 Nov 2021 18:05:33 +0000 (21:05 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 17 Nov 2021 19:13:12 +0000 (11:13 -0800)
commit0e949725908b66dd9ad2cc27dc98fe782627ac8b
tree8d769ae280af3ea75dd71af160de28b4aad0f1c7
parent9bd5ab0f091301033e68b5c3ec34b091d7aa8306
tc/m_vlan: fix print_vlan() conditional on TCA_VLAN_ACT_PUSH_ETH

Fix the wild bracket in the if clause leading to the error in the condition.

Fixes: d61167dd88b4 ("m_vlan: add pop_eth and push_eth actions")
Signed-off-by: Maxim Petrov <mmrmaximuzz@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/m_vlan.c