]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_message.c
ospf6d: Add protocol stats and show command
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 9 Jan 2018 00:53:53 +0000 (16:53 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Tue, 16 Jan 2018 00:55:24 +0000 (16:55 -0800)
commit43855e3d47c25704afb52d65fcf44e56f87c00c4
tree42e88be642a9d2573aae679aea00e83f1ae33a70
parent3cd878d9250347863372dba152d1cd47a745576b
ospf6d: Add protocol stats and show command

Add OSPFv3 Protocol incoming/outgoing packets
stats.

r3# show ipv6 ospf6 interface traffic

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

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
ospf6d/ospf6_interface.c
ospf6d/ospf6_interface.h
ospf6d/ospf6_message.c