diff options
| author | Rafael Zalamena <rzalamena@users.noreply.github.com> | 2022-09-06 13:37:19 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-06 13:37:19 -0300 |
| commit | 340ed5f9e20871bd8ae391cb06432138e1fa11b7 (patch) | |
| tree | 2226f4b66ba9a3048e8439322fc84611ca14d0b4 /lib/routemap_cli.c | |
| parent | cbe4fd18fc9840540cf817ababe7837deff335c3 (diff) | |
| parent | 6fc4929e095fb3119f05e544a6b623104ef1c509 (diff) | |
Merge pull request #11823 from pguibert6WIND/bgp_vpnv4_gre_ebgp
Bgp vpnv4 convey without transport label
Diffstat (limited to 'lib/routemap_cli.c')
| -rw-r--r-- | lib/routemap_cli.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/routemap_cli.c b/lib/routemap_cli.c index ff98a14c41..42c7a05d18 100644 --- a/lib/routemap_cli.c +++ b/lib/routemap_cli.c @@ -1258,6 +1258,11 @@ void route_map_action_show(struct vty *vty, const struct lyd_node *dnode, yang_dnode_get_string( dnode, "./rmap-set-action/frr-bgp-route-map:evpn-gateway-ip-ipv6")); + } else if (IS_SET_BGP_L3VPN_NEXTHOP_ENCAPSULATION(action)) { + vty_out(vty, " set l3vpn next-hop encapsulation %s\n", + yang_dnode_get_string( + dnode, + "./rmap-set-action/frr-bgp-route-map:l3vpn-nexthop-encapsulation")); } } |
