]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: show comand for ospf packet stats
authorChirag Shah <chirag@cumulusnetworks.com>
Thu, 19 Oct 2017 23:57:31 +0000 (16:57 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Mon, 23 Oct 2017 21:47:59 +0000 (14:47 -0700)
commitc93396633cb878db1cfcbe19fd8a308b3d221f60
tree1395cefac257a6b3200afc351c8195dfc8fa06af
parent72806e2d23228892993eacdf9415f29eadb52f55
ospfd: show comand for ospf packet stats

Display OSPFv2 Protocol packets stats per interface.

tor-1# show ip ospf vrf all interface traffic

Interface    HELLO    DB-Desc   LS-Req LS-Update   LS-Ack
             Rx/Tx    Rx/Tx     Rx/Tx  Rx/Tx       Rx/Tx
------------------------------------------------------------
swp1         1/0      2/3       1/1    2/2         1/1
swp2         6/0      2/7       1/1    1/4         3/2

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
ospfd/ospf_packet.c
ospfd/ospf_vty.c