diff options
| author | dturlupov <dturlupov@factor-ts.ru> | 2018-01-19 10:53:32 +0300 |
|---|---|---|
| committer | dturlupov <dturlupov@factor-ts.ru> | 2018-01-19 10:53:32 +0300 |
| commit | 7bcc8dac13faa1503e5eb7d9c7dbbda54565f34f (patch) | |
| tree | 269b8212a35024f0a707c32f94b19155e932bb4c | |
| parent | 0c6a8fb9ecb0226ab14a8f81ab2e8e6f7ac9d5b4 (diff) | |
bgp: small fix for write to 'address-family l2vpn evpn' configuration
| -rw-r--r-- | bgpd/bgp_route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index ad3fac20f1..445ee8696b 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -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); |
