]> git.puffer.fish Git - mirror/frr.git/commit
zebra: cosmetic changes for debug 12623/head
authoranlan_cs <vic.lan@pica8.com>
Mon, 9 Jan 2023 07:24:33 +0000 (15:24 +0800)
committeranlan_cs <vic.lan@pica8.com>
Wed, 11 Jan 2023 10:16:40 +0000 (18:16 +0800)
commit64a29a00f74531670b32c6c8a3845809734bc2dd
tree7278b9fb010703ed0979c3f50315676b951d6b1c
parenta8adf1b3cb313490a3f2ef5c03256e04546e0de4
zebra: cosmetic changes for debug

Just remove redundant white spaces in debug information.

Before:
```
2023/01/11 05:04:48 ZEBRA: [W8V7C-6W4DS] init neigh ctx NEIGH_INSTALL: ifp vlan100, mac  9a:68:e9:73:74:88, ip 88.88.88.88
2023/01/11 05:04:48 ZEBRA: [NH6N7-54CD1] Tx RTM_NEWNEIGH family ipv4 IF vlan100(8) Neigh 88.88.88.88 MAC  9a:68:e9:73:74:88 flags 0x10 state 0x40 ext_flags 0x0
```

After:
```
2023/01/11 05:17:26 ZEBRA: [W8V7C-6W4DS] init neigh ctx NEIGH_INSTALL: ifp vlan100, mac 9a:68:e9:73:74:88, ip 88.88.88.88
2023/01/11 05:17:26 ZEBRA: [NH6N7-54CD1] Tx RTM_NEWNEIGH family ipv4 IF vlan100(8) Neigh 88.88.88.88 MAC 9a:68:e9:73:74:88 flags 0x10 state 0x40 ext_flags 0x0
```

Signed-off-by: anlan_cs <vic.lan@pica8.com>
zebra/rt_netlink.c
zebra/zebra_dplane.c