diff options
| author | Mitesh Kanjariya <mitesh@cumulusnetworks.com> | 2018-02-12 02:05:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-12 02:05:00 -0800 |
| commit | efc812a3794e730c633d25a07361dbc419e62ab5 (patch) | |
| tree | 91d486bf9d824df08c3b85d88422a1ecfe50c581 /bgpd/bgp_debug.c | |
| parent | c48d9f5f8545c4af3e4a2a4a58999cf62b705486 (diff) | |
| parent | 420016643c6c19e88d900af524c7c65931c17fbd (diff) | |
Merge branch 'master' into type5-with-asymm
Diffstat (limited to 'bgpd/bgp_debug.c')
| -rw-r--r-- | bgpd/bgp_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index b08522b68b..e89f399e41 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -385,8 +385,8 @@ int bgp_dump_attr(struct attr *attr, char *buf, size_t size) if (CHECK_FLAG(attr->flag, ATTR_FLAG_BIT(BGP_ATTR_COMMUNITIES))) snprintf(buf + strlen(buf), size - strlen(buf), - ", community %s", community_str(attr->community, - false)); + ", community %s", + community_str(attr->community, false)); if (CHECK_FLAG(attr->flag, ATTR_FLAG_BIT(BGP_ATTR_EXT_COMMUNITIES))) snprintf(buf + strlen(buf), size - strlen(buf), |
