]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Correct the order of show json for interface traffic 11583/head
authorMobashshera Rasool <mrasool@vmware.com>
Mon, 11 Jul 2022 11:13:29 +0000 (04:13 -0700)
committerMobashshera Rasool <mrasool@vmware.com>
Mon, 11 Jul 2022 11:37:46 +0000 (04:37 -0700)
commite6389683248232e77e04dcfd36c34844b4096314
treed9c16fa1fe308f383111b92e6d3a70da0764386a
parent3fb4bef537b4047feada63531026f22f906ea21b
pimd: Correct the order of show json for interface traffic

"show ip pim interface traffic json" shows pruneTx first and then
pruneRx stats
where as
"show ip pim interface <ifname> json" shows pruneRx first and then
pruneTx stats.

Although the values are right but the display looks odd.

Making it same as other stats, first display Rx and then Tx.

Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
pimd/pim_cmd_common.c