]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: another change to keep indent.py happy 1428/head
authorLou Berger <lberger@labn.net>
Tue, 6 Mar 2018 19:10:38 +0000 (14:10 -0500)
committerLou Berger <lberger@labn.net>
Tue, 6 Mar 2018 19:10:38 +0000 (14:10 -0500)
Signed-off-by: Lou Berger <lberger@labn.net>
bgpd/bgp_attr.c

index 84b5de91fd16e4f836c3aeca5ce2efc3ab50bfe5..c23950799f3aaeceae0c613186d9251b310e4cef 100644 (file)
@@ -3266,8 +3266,8 @@ bgp_size_t bgp_packet_attribute(struct bgp *bgp, struct peer *peer,
                stream_putc(s, 6); // Tunnel type: Ingress Replication (6)
                stream_put(s, &(attr->label),
                           BGP_LABEL_BYTES); // MPLS Label / VXLAN VNI
-               stream_put_ipv4(s, attr->nexthop.s_addr); // Unicast tunnel
-                                                         // endpoint IP address
+               stream_put_ipv4(s, attr->nexthop.s_addr);
+               // Unicast tunnel endpoint IP address
        }
 
        /* Unknown transit attribute. */