summaryrefslogtreecommitdiff
path: root/zebra/interface.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-06-20 15:21:10 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-06-20 15:29:47 +0000
commit795b5abf69904d8607e88f4dba92ab371755d2c0 (patch)
treed28900922b3a387975af0f3a6b26d0fab0df02e6 /zebra/interface.h
parent76981cd383e4bed69454bcc4151a0aae89e8ca84 (diff)
zebra: Add ipv6 router advertisement message counter
Ticket: CM-4497 Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/interface.h')
-rw-r--r--zebra/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/interface.h b/zebra/interface.h
index f58596db2d..2857198373 100644
--- a/zebra/interface.h
+++ b/zebra/interface.h
@@ -204,6 +204,7 @@ struct zebra_if
#if defined(HAVE_RTADV)
struct rtadvconf rtadv;
+ unsigned int ra_sent, ra_rcvd;
#endif /* HAVE_RTADV */
#ifdef HAVE_IRDP