]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Fix typo in debug message
authoranlan_cs <vic.lan@pica8.com>
Thu, 1 Jun 2023 01:46:51 +0000 (09:46 +0800)
committeranlan_cs <vic.lan@pica8.com>
Thu, 1 Jun 2023 15:31:45 +0000 (23:31 +0800)
commit32e29c746aec4fcbd912cc9db814e70b9094dd9c
treef9f74e987d8cbd817737c440779dc2b91c600c46
parent2fccc9fa10d94a1f8b434e1dec06bee3ac352245
bgpd: Fix typo in debug message

Cosmetic change for the debug messages, mainly on the parentheses.

Before:
```
[ZJYCS-KQYD6] VRF vrf-debug(140): Rcvd NH update 50.50.50.0/24(0)0) - metric 300/300 #nhops 2/1 flags Valid Reg Static Static Exact
[VZJVD-D7GXM] parse nexthop update(50.50.50.0/24(0)(VRF vrf-debug)): bnc info not found for nexthop cache
[NSWTE-81HEK] parse nexthop update(50.50.201.0/31(0)(VRF vrf-debug)): bnc info not found for import check
```

After:
```
[ZJYCS-KQYD6] VRF vrf-debug(140): Rcvd NH update 50.50.50.0/24(0)(0) - metric 300/300 #nhops 2/1 flags Valid Reg Static Static Exact
[VZJVD-D7GXM] parse nexthop update 50.50.50.0/24(0)(VRF vrf-debug): bnc info not found for nexthop cache
[NSWTE-81HEK] parse nexthop update 50.50.201.0/31(0)(VRF vrf-debug): bnc info not found for import check
```

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