diff options
author | Lou Berger <lberger@labn.net> | 2018-03-06 20:10:38 +0100 |
---|---|---|
committer | Lou Berger <lberger@labn.net> | 2018-03-06 20:10:38 +0100 |
commit | 30d85a309075db2fafbc8da7a5c7f564474c48c3 (patch) | |
tree | b8c149e137abeabeeb724db9dc94cc8e4bfbe0fa /bgpd/bgp_attr.c | |
parent | pimd: another change to keep indent.py happy (diff) | |
download | frr-30d85a309075db2fafbc8da7a5c7f564474c48c3.tar.xz frr-30d85a309075db2fafbc8da7a5c7f564474c48c3.zip |
bgpd: another change to keep indent.py happy
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to '')
-rw-r--r-- | bgpd/bgp_attr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index 84b5de91f..c23950799 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. */ |