[Rstplib-users] BPDU are Sent Every Hello-Time???
Status: Alpha
Brought to you by:
ralex
From: Colin S. <col...@gm...> - 2008-10-09 09:15:41
|
Hi all, According to 802.1w, BPDUs should be sent every hello-time. In the source codes of rstplib, the RSTP BPDUs are transmitted using the function txRstp(). When I ran only one bridge instance, I found that the txRstp() was not called at all. And the txRstp() will not be called until I run more than one bridge and have linked one port with another. This seems conflict with the 802.1w. In my opinion, the txRstp() should be called per hello-time. Welcome discussion :) Cheers, Colin |