diff options
| author | Louis Scalbert <louis.scalbert@6wind.com> | 2024-04-16 16:41:51 +0200 |
|---|---|---|
| committer | Louis Scalbert <louis.scalbert@6wind.com> | 2024-04-23 10:39:21 +0200 |
| commit | 3d3a138f5a177a2ef5996c17c76c4f7778f9c3aa (patch) | |
| tree | 27e8294820aab93a8a3501269caa572d5949b441 /lib/zclient.c | |
| parent | 7ba58e97ff523ea655406a9e636958cb97c2d098 (diff) | |
bgpd: fix show run of network route-distinguisher
Route-distinguisher (RD) is not printed properly in show run:
> address-family ipv6 vpn
> network ff01::/64 rd (null) label 7
> network ff01::/64 rd (null) label 8
ad151f66aa ("bgpd: Refactor bgp_static_set/bgp_static_set_safi") merged
bgp_static_set_safi into bgp_static_set but inadvertently omitted the
handling of prd_pretty.
Copy the pretty RD string if available.
> address-family ipv6 vpn
> network ff01::/64 rd 75:5 label 7
> network ff01::/64 rd 85:5 label 8
Fixes: ad151f66aa ("bgpd: Refactor bgp_static_set/bgp_static_set_safi")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Diffstat (limited to 'lib/zclient.c')
0 files changed, 0 insertions, 0 deletions
