From 643801c6b91cc768837423ab9d777aa07eb18690 Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 31 Jul 2006 20:24:46 +0000 Subject: Add some statistics that are needed to support RFC4188 as part of the SoC2006 work on a bridge monitoring module for BSNMP. Submitted by: shteryana (SoC 2006) --- sys/net/bridgestp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/net/bridgestp.h') diff --git a/sys/net/bridgestp.h b/sys/net/bridgestp.h index 61f2317..0905653 100644 --- a/sys/net/bridgestp.h +++ b/sys/net/bridgestp.h @@ -201,6 +201,7 @@ struct bstp_port { uint8_t bp_config_pending; uint8_t bp_change_detection_enabled; uint8_t bp_priority; + uint32_t bp_forward_transitions; }; /* @@ -229,6 +230,7 @@ struct bstp_state { struct bstp_timer bs_tcn_timer; struct callout bs_bstpcallout; /* STP callout */ struct bstp_timer bs_link_timer; + struct timeval bs_last_tc_time; LIST_HEAD(, bstp_port) bs_bplist; }; -- cgit v1.1