]> git.puffer.fish Git - mirror/frr.git/commit
pimd: adjust the display for debug 13727/head
authoranlan_cs <vic.lan@pica8.com>
Thu, 8 Jun 2023 02:00:48 +0000 (10:00 +0800)
committeranlan_cs <vic.lan@pica8.com>
Thu, 8 Jun 2023 02:21:49 +0000 (10:21 +0800)
commitbeb7c1a710037ca777d9f11490dbd39e599d6874
tree5c0546328cc060fb48dbd868985955efb78c5cb3
parentfecc953b3c0535fe85191ed12da3bd3ba0b22054
pimd: adjust the display for debug

The vrf name should be separated when it is displayed. And remove
unnecessary space after number.

Before:
```
pim_upstream_sg_running: (100.100.1.100,232.100.100.100)x is not installed in mroute
pim_upstream_del(pim_ifchannel_delete): Delete (100.100.1.100,232.100.100.100)[x] ref count: 1 , flags: 1048585 c_oil ref count 2 (Pre decrement)
```

After:
```
pim_upstream_sg_running: (100.100.1.100,232.100.100.100)[x] is not installed in mroute
pim_upstream_del(pim_ifchannel_delete): Delete (100.100.1.100,232.100.100.100)[x] ref count: 1, flags: 1048585 c_oil ref count 2 (Pre decrement)
```

Signed-off-by: anlan_cs <vic.lan@pica8.com>
pimd/pim_upstream.c