Re: bridge(4) RSTP

2006-10-30 Thread Pete Vickers
Hi, Patch applies cleanly and appears to work great: [EMAIL PROTECTED] ~> tcpdump -i bge1 stp tcpdump: listening on bge1, link-type EN10MB 15:25:02.061139 802.1d RSTP config flags=0x3c root=6011.0:18:74:61:e5:40 rootcost=0x0 bridge=6011.0:18:74:61:e5:40 port=0x8630 age=0/0 max=20/0 hello=2/0

Re: bridge(4) RSTP

2006-10-29 Thread Stuart Henderson
On 2006/10/27 14:03, Pete Vickers wrote: > A nice start could be to teach our tcpdump about RSTP. At present it > just pukes: something like this? (coding style probably sucks, but I'm no coder :) Index: print-stp.c === RCS file: /

Re: bridge(4) RSTP

2006-10-27 Thread Pete Vickers
Hi, A nice start could be to teach our tcpdump about RSTP. At present it just pukes: 20:30:14.196199 802.1d unknown protocol ver(0x2) /Pete On 27. okt. 2006, at 13.35, Stuart Henderson wrote: FreeBSD have early support for rapid STP in bridge(4): http://lists.freebsd.org/pipermail/free

bridge(4) RSTP

2006-10-27 Thread Stuart Henderson
FreeBSD have early support for rapid STP in bridge(4): http://lists.freebsd.org/pipermail/freebsd-current/2006-October/066535.html http://people.freebsd.org/~thompsa/bridge_rstp.20061012.diff I'll try and look at it sometime, but knowing how far I got last time I tried porting any kernel code (no