This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A implementation of the rapid spanning tree protocol for linux.".
The branch, dump has been updated via ee19c3a335370f495d6984ce8fb2e517ef8c3a53 (commit) from c206f3cae3728c29018ee42467dd9e5ecb65fe60 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ee19c3a335370f495d6984ce8fb2e517ef8c3a53 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jul 28 21:49:03 2010 +0000
rstpctl: Add protocol version to dump output.
-----------------------------------------------------------------------
Summary of changes: ctl_main.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
Difference in files: diff --git a/ctl_main.c b/ctl_main.c index 49dfaf9..7382d97 100644 --- a/ctl_main.c +++ b/ctl_main.c @@ -492,6 +492,10 @@ static int do_dumpbridge(const char *br_name) { printf(DUMP_FMT(br_name, "max_age")); printf("%u\n", s.max_age);
+ /* protocol version */ + printf(DUMP_FMT(br_name, "protocol_version")); + printf("%d\n", s.protocol_version); + /* root path cost */ printf(DUMP_FMT(br_name, "root_path_cost")); printf("%u\n", s.root_path_cost);
hooks/post-receive -- A implementation of the rapid spanning tree protocol for linux.