mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 15:07:51 +00:00
bgpd: another change to keep indent.py happy
Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
parent
3a6351a3d9
commit
30d85a3090
@ -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_putc(s, 6); // Tunnel type: Ingress Replication (6)
|
||||||
stream_put(s, &(attr->label),
|
stream_put(s, &(attr->label),
|
||||||
BGP_LABEL_BYTES); // MPLS Label / VXLAN VNI
|
BGP_LABEL_BYTES); // MPLS Label / VXLAN VNI
|
||||||
stream_put_ipv4(s, attr->nexthop.s_addr); // Unicast tunnel
|
stream_put_ipv4(s, attr->nexthop.s_addr);
|
||||||
// endpoint IP address
|
// Unicast tunnel endpoint IP address
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Unknown transit attribute. */
|
/* Unknown transit attribute. */
|
||||||
|
Loading…
Reference in New Issue
Block a user