]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgp: small fix for write to 'address-family l2vpn evpn' configuration
authordturlupov <dturlupov@factor-ts.ru>
Fri, 19 Jan 2018 07:53:32 +0000 (10:53 +0300)
committerdturlupov <dturlupov@factor-ts.ru>
Fri, 19 Jan 2018 07:53:32 +0000 (10:53 +0300)
bgpd/bgp_route.c

index ad3fac20f1a3962738bd8e1587b469b7692c7515..445ee8696b2d3f36501554d7b8c16d1f4320551f 100644 (file)
@@ -10904,7 +10904,7 @@ static void bgp_config_write_network_evpn(struct vty *vty, struct bgp *bgp,
                                          &bgp_static->gatewayIp.u.prefix, buf2,
                                          sizeof(buf2));
                        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,
                                decode_label(&bgp_static->label), esi, buf2,
                                macrouter);