]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix route-distinguisher in vrf leak json cmd
authorChirag Shah <chirag@nvidia.com>
Mon, 3 Feb 2025 20:00:41 +0000 (12:00 -0800)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 4 Feb 2025 12:41:49 +0000 (12:41 +0000)
commit87e70f81d8b98f13ece0ab0b496f60bdff2af14b
treecd871d84cc331c5d84e690749ce8bb98a81411d4
parent839495758d08a45e546a48f1ea5b126de5d8ddb1
bgpd: fix route-distinguisher in vrf leak json cmd

For auto configured value RD value comes as NULL,
switching back to original change will ensure to cover
for both auto and user configured RD value in JSON.

tor-11# show bgp vrf blue ipv4 unicast route-leak json
{
  "vrf":"blue",
  "afiSafi":"ipv4Unicast",
  "importFromVrfs":[
    "purple"
  ],
  "importRts":"10.10.3.11:6",
  "exportToVrfs":[
    "purple"
  ],
  "routeDistinguisher":"(null)", <<<<<
  "exportRts":"10.10.3.11:10"
}

Signed-off-by: Chirag Shah <chirag@nvidia.com>
(cherry picked from commit 892704d07f5286464728720648ad392b485a9966)
bgpd/bgp_vty.c