diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2020-07-02 08:14:41 +0200 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2020-08-21 13:37:08 +0200 |
commit | 4371bf9110261f81edfd457a33f86cb0ce12ada7 (patch) | |
tree | dd9edcb9e1150b398cf1123ae34474401f0d7cca /bgpd/bgp_route.c | |
parent | bgpd: do not forget to set the size of community val length (diff) | |
download | frr-4371bf9110261f81edfd457a33f86cb0ce12ada7.tar.xz frr-4371bf9110261f81edfd457a33f86cb0ce12ada7.zip |
bgpd: remove warnings related to line too longs in bgp code
remove warnings related to line too long in bgp code.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to '')
-rw-r--r-- | bgpd/bgp_route.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index eefff4bef..e8baac2c3 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -10014,7 +10014,8 @@ static int bgp_show_table(struct vty *vty, struct bgp *bgp, safi_t safi, dest_p->u.prefix_flowspec.ptr, dest_p->u.prefix_flowspec.prefixlen, retstr, NLRI_STRING_FORMAT_MIN, NULL, - family2afi(dest_p->u.prefix_flowspec.family)); + family2afi(dest_p->u + .prefix_flowspec.family)); if (first) vty_out(vty, "\"%s/%d\": ", retstr, dest_p->u.prefix_flowspec |