]> git.proxmox.com Git - mirror_iproute2.git/commit
iprule: fix printing hint about unresolved iifname and oifname
authorThomas Haller <thaller@redhat.com>
Wed, 6 Mar 2019 11:04:00 +0000 (12:04 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 8 Mar 2019 00:14:09 +0000 (16:14 -0800)
commit546109a7cf16921112fd9752eea02ce14cd32f16
tree0b155706224673a1754927320194417831d37199
parent8b5f9338e549cf06a3fa94c14b3a0b61ae8c3eca
iprule: fix printing hint about unresolved iifname and oifname

was displayed as

    10:     from all iif eth1 [detached] goto 10000unresolved proto mrt

now:

    10:     from all iif eth1 [detached] goto 10000 [unresolved] proto mrt

Fixes: 0dd4ccc56c0e ("iprule: add json support")
Signed-off-by: Thomas Haller <thaller@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iprule.c