mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:02:58 +00:00
bgpd: remove useless white space character in evpn function declaration
Some tabulation replaces the white space used for the declaration of this evpn function. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
c298dae259
commit
6e6fd6d117
@ -304,7 +304,7 @@ extern size_t bgp_packet_mpunreach_start (struct stream *s, afi_t afi,
|
|||||||
safi_t safi);
|
safi_t safi);
|
||||||
extern void bgp_packet_mpunreach_prefix (struct stream *s, struct prefix *p,
|
extern void bgp_packet_mpunreach_prefix (struct stream *s, struct prefix *p,
|
||||||
afi_t afi, safi_t safi, struct prefix_rd *prd,
|
afi_t afi, safi_t safi, struct prefix_rd *prd,
|
||||||
u_char *tag, int, u_int32_t, struct attr *);
|
u_char *tag, int, u_int32_t, struct attr *);
|
||||||
extern void bgp_packet_mpunreach_end (struct stream *s, size_t attrlen_pnt);
|
extern void bgp_packet_mpunreach_end (struct stream *s, size_t attrlen_pnt);
|
||||||
|
|
||||||
static inline int
|
static inline int
|
||||||
|
Loading…
Reference in New Issue
Block a user