summaryrefslogtreecommitdiff
path: root/zebra/zebra_evpn.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-05-09 19:37:12 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2021-05-09 19:37:12 +0200
commite20713259443fdc7134bb5e10c04496beb006321 (patch)
tree7fefc172499e3d6136ae7c05782ca945fd207fa0 /zebra/zebra_evpn.c
parent4a73887e0f6d5ab5ebb2018ed6f8a3cc49c0ee51 (diff)
zebra: fix style warnings in previous commits
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_evpn.c')
-rw-r--r--zebra/zebra_evpn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_evpn.c b/zebra/zebra_evpn.c
index f5350c79a1..30f4a44769 100644
--- a/zebra/zebra_evpn.c
+++ b/zebra/zebra_evpn.c
@@ -1029,7 +1029,8 @@ zebra_evpn_t *zebra_evpn_add(vni_t vni)
/* Create hash table for MAC */
zevpn->mac_table = zebra_mac_db_create(buffer);
- snprintf(buffer, sizeof(buffer), "Zebra EVPN Neighbor Table vni: %u", vni);
+ snprintf(buffer, sizeof(buffer), "Zebra EVPN Neighbor Table vni: %u",
+ vni);
/* Create hash table for neighbors */
zevpn->neigh_table = zebra_neigh_db_create(buffer);