From: Lou Berger Date: Tue, 6 Mar 2018 19:10:38 +0000 (-0500) Subject: bgpd: another change to keep indent.py happy X-Git-Tag: frr-5.0-dev~184^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=30d85a309075db2fafbc8da7a5c7f564474c48c3;p=matthieu%2Ffrr.git bgpd: another change to keep indent.py happy Signed-off-by: Lou Berger --- diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index 84b5de91fd..c23950799f 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -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. */