Age | Commit message (Expand) | Author |
2000-04-25 | Support dynamic reconfiguration. | Martin Mares |
2000-04-25 | Don't forget to set filter pointers in struct proto when reconfiguring. | Martin Mares |
2000-04-25 | Use the same attribute names as in filters. | Martin Mares |
2000-04-25 | When sending BGP attributes, re-create the flags, so that attributes | Martin Mares |
2000-04-25 | Better reporting of both local and remote errors. | Martin Mares |
2000-04-25 | Real parsing of BGP OPEN options including capability | Martin Mares |
2000-04-21 | LOCAL_PREF is now always present and exported over all ibgp connections [draft] | Martin Mares |
2000-04-21 | If no NLRI's are present in an UPDATE message, parse the attributes, but | Martin Mares |
2000-04-21 | IPv6 compiles with glibc 2.1. | Martin Mares |
2000-04-21 | Use xmalloc() instead of malloc(). | Martin Mares |
2000-04-21 | Synced to draft-ietf-idr-bgp4-09. | Martin Mares |
2000-04-21 | Fixed reporting of unknown options. | Martin Mares |
2000-04-20 | Create syntax sugar for add/delete/prepend, so xyzzy.prepend(123) is | Pavel Machek |
2000-04-20 | Test new syntax of add() and delete(). | Pavel Machek |
2000-04-19 | Temporarily ignore unknown options. | Martin Mares |
2000-04-19 | The ATOMIC_AGGREGATE parameter is optional transitive. | Martin Mares |
2000-04-19 | Delay fetching of router ID. | Martin Mares |
2000-04-19 | Select the right source address and don't check port numbers. | Martin Mares |
2000-04-19 | Grr, another patch to make it compile. | Ondrej Filip |
2000-04-19 | Another ack bugfix. (Bad test for MIN_LS_ARRIVAL.) | Ondrej Filip |
2000-04-18 | LS ack bugfix. (I didn't remove LSA from LSret hash.) | Ondrej Filip |
2000-04-18 | LS ack. | Ondrej Filip |
2000-04-18 | Better LS Ack dumping. | Ondrej Filip |
2000-04-18 | Bugfix in neighbor dumping. | Ondrej Filip |
2000-04-18 | Fixed the serious bug in LSack. | Ondrej Filip |
2000-04-18 | Multicast open socket for (B)DR bugfix. | Ondrej Filip |
2000-04-18 | Dump changes. | Ondrej Filip |
2000-04-18 | Many %u changer into %I. | Ondrej Filip |
2000-04-18 | Many %u changed into %I and dump cleanup. | Ondrej Filip |
2000-04-18 | Iface chstate run only if something really change. | Ondrej Filip |
2000-04-18 | Better dumping in neighbor chstate. | Ondrej Filip |
2000-04-18 | Better chstate dumping. | Ondrej Filip |
2000-04-18 | Sending of ACK disabled, since I'll find bug. | Ondrej Filip |
2000-04-18 | Another LSack update. It's still NOT correct and it surely | Ondrej Filip |
2000-04-18 | Some lsack work. There is something very worng. :-( It locked my network. | Ondrej Filip |
2000-04-17 | Listening on AllDRouters for DR and BACKUP added. | Ondrej Filip |
2000-04-17 | Small change in LSA originating. | Ondrej Filip |
2000-04-17 | Few bugs removed from sgml, makefile added. | Pavel Machek |
2000-04-17 | Bird.html will now be autogenerated. | Pavel Machek |
2000-04-17 | First version of sgml documentation | Pavel Machek |
2000-04-17 | Cleaned up mess with types in e,a and e,S. Dynamic attributes should | Pavel Machek |
2000-04-17 | Adding of dynamic attributes is hopefully correct now. | Martin Mares |
2000-04-17 | Added BGP to the default list of protocols we build. | Martin Mares |
2000-04-17 | Honor standard communities (no_export, no_advertise, no_export_subconfed) | Martin Mares |
2000-04-17 | Don't import/export MED and LOCAL_PREF on external links. | Martin Mares |
2000-04-17 | Special hack for atomic_aggr. | Pavel Machek |
2000-04-17 | Community lists can be now accessed as dynamical attributes. Mj: | Pavel Machek |
2000-04-17 | EAF_ORIGINATED done right. | Pavel Machek |
2000-04-17 | The previous fix for spacing was (a) totally out of context, (b) wrong. | Martin Mares |
2000-04-17 | pair ~ community list matching works. | Pavel Machek |