]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: add comments for 'json detail' show cmd code 13182/head
authorTrey Aspelund <taspelund@nvidia.com>
Fri, 31 Mar 2023 22:34:48 +0000 (22:34 +0000)
committerTrey Aspelund <taspelund@nvidia.com>
Fri, 31 Mar 2023 22:40:54 +0000 (22:40 +0000)
commit8ed85db65cab700aaa80d0b01e977b1a40fd5d44
treee925ee8dac43af02224b4391895f9fc70460ff26
parent44e90d5521c438b0dade42a3810cdb0d5d0479fc
bgpd: add comments for 'json detail' show cmd code

The json structure changes used for 'json detail' show commands are not
very straightforward and might require code analysis to understand.
This addscommentary to the flow to explain the change in structure.

Signed-off-by: Trey Aspelund <taspelund@nvidia.com>
bgpd/bgp_route.c