mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 12:21:25 +00:00
bgp: small fix for write to 'address-family l2vpn evpn' configuration
This commit is contained in:
parent
0c6a8fb9ec
commit
7bcc8dac13
@ -10904,7 +10904,7 @@ static void bgp_config_write_network_evpn(struct vty *vty, struct bgp *bgp,
|
|||||||
&bgp_static->gatewayIp.u.prefix, buf2,
|
&bgp_static->gatewayIp.u.prefix, buf2,
|
||||||
sizeof(buf2));
|
sizeof(buf2));
|
||||||
vty_out(vty,
|
vty_out(vty,
|
||||||
" network %s rd %s ethtag %u tag %u esi %s gwip %s routermac %s\n",
|
" network %s rd %s ethtag %u label %u esi %s gwip %s routermac %s\n",
|
||||||
buf, rdbuf, p->u.prefix_evpn.eth_tag,
|
buf, rdbuf, p->u.prefix_evpn.eth_tag,
|
||||||
decode_label(&bgp_static->label), esi, buf2,
|
decode_label(&bgp_static->label), esi, buf2,
|
||||||
macrouter);
|
macrouter);
|
||||||
|
Loading…
Reference in New Issue
Block a user