blob: 5ac0d573e9b753c7dc7cbdecc627c65730aae676 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
- All per Port variables have been moved from the State
Machines into the Port instance (it made the state
machines much more clear)
- In libcli.a instead of stupid fgets() function we use
now readline (thanks to Michel Roshavsky)
- 'mcheck' support
- 'nonStp' support (I know, that it is out the standard,
but it seems to be useful (see a discussion on
http://www1.ietf.org/mail-archive/working-groups/bridge/current/msg00038.html)
and our customers demand it
- The function rolesel.c has been drastically fixed, IMHO
closer to the standard
- Nicer output
|