Age | Commit message (Expand) | Author |
2006-07-27 | [doc] minor tweaks, refine ospf redist,passive-inter, and abr-type help | Paul Jakma |
2006-07-27 | [lib] remove autogenerated file, update .cvsignore | Paul Jakma |
2006-07-27 | [ospfd] Bug #288: do not change router ID unless forced by manual configuration | Andrew J. Schorr |
2006-07-27 | [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueing | Paul Jakma |
2006-07-27 | [zebra] Add 'debug zebra rib' commands | Paul Jakma |
2006-07-27 | [zebra] Add test rig code, for testing the zebra RIB | Paul Jakma |
2006-07-27 | [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffers | Paul Jakma |
2006-07-27 | [vtysh] Never skip authentication, and add support for multiple -c commands | Andrew J. Schorr |
2006-07-27 | [zebra] Connected routes must always be added to main table | Paul Jakma |
2006-07-26 | [ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free | Paul Jakma |
2006-07-25 | [ospfd] Additional NSM neighbour state change stats/information | Paul Jakma |
2006-07-25 | [lib] Optimise thread_call by caching pointer to thread history in the thread | Paul Jakma |
2006-07-11 | [ospfd] record timestamp and event of last NSM state change for neighbour | Paul Jakma |
2006-07-11 | [ospfd] trivial: NSM AdjChange should print event, declutter core functions | Paul Jakma |
2006-07-11 | [ospfd] Remove nsm_reset_nbr and a bunch of useless NSM event/action functions | Paul Jakma |
2006-07-11 | [ospfd] Improve Hello NetworkMask mismatch warning to give more info | Andrew J. Schorr |
2006-07-11 | [lib] Do not call vty_close in vty_log_out to avoid possible free memory access | Andrew J. Schorr |
2006-07-10 | [lib] Fix infinite recursion for errors on vtys with terminal monitor enabled | Andrew J. Schorr |
2006-07-10 | [ospfd] cleanup NSM neighbour delete through a new Deleted NSM state | Paul Jakma |
2006-07-06 | [ospfd] early-return in nsm_event missed LLDown event, fixes use after free | Paul Jakma |
2006-07-04 | [doc] remove the auto-generated quagga.info file from CVS | Paul Jakma |
2006-07-04 | [ospfd] Apply some simplifications to ospf_nsm, from Andrew's suggestions | Paul Jakma |
2006-07-04 | [ospfd] CID #13, dont try print out fields of LSA we know to be NULL. | Paul Jakma |
2006-07-04 | [ospfd] Clear adjacency state for NSM changes down to TwoWay/ExStart | Paul Jakma |
2006-07-04 | [ospfd] trivial cleanup of nsm_timer_set | Paul Jakma |
2006-07-04 | [ospfd] Ensure NSM state functions can redirect next_state accidently | Paul Jakma |
2006-07-04 | [ospfd] consolidate adjacency check logic | Paul Jakma |
2006-07-03 | [debug] Debug messages to terminal vty sessions should include timestamps | Andrew J. Schorr |
2006-07-02 | [zebra] Fix CID #104, check addr for null, and #18, check nexthop type args | Paul Jakma |
2006-07-02 | [bgpd] Fix crash on shutdown of peer | Paul Jakma |
2006-06-30 | [ripd] update to use auto-generated redistribute route-type defs | Paul Jakma |
2006-06-30 | [lib] Fix merge error in ChangeLog | Paul Jakma |
2006-06-30 | [ospfd] Fix "show ip ospf neighbor A.B.C.D" to show all matches | Andrew J. Schorr |
2006-06-30 | [lib] Fix typo in cpp conditional for malloc.h include | Paul Jakma |
2006-06-30 | [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDR | Andrew J. Schorr |
2006-06-29 | [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]" | Andrew J. Schorr |
2006-06-27 | [lib] Remove bare routes in route_types: fix mistake in commmit | Paul Jakma |
2006-06-27 | [lib] Remove numeric route-type argument in redistribute arg strings | Paul Jakma |
2006-06-27 | [ospfd] Replace redistribution strings with new route_types.h defines. | Paul Jakma |
2006-06-27 | [lib] Centralise Zserv route type information, auto-generate redist strings | Paul Jakma |
2006-06-26 | [doc] OSPF MD5 keyid documentation, fix texinfo warnings in bgpd.texi | Paul Jakma |
2006-06-26 | [ospfd] NSSA translate-enabled ABR should declare itself as ASBR | Paul Jakma |
2006-06-24 | [ospfd] Improve two info log messages in ospf_snmp.c | Andrew J. Schorr |
2006-06-24 | [ospfd] When writing out config, show "debug ospf nsm status" properly | Andrew J. Schorr |
2006-06-18 | [ospfd] Fix ospf passive-interface subcommand to create interface if necessary | Andrew J. Schorr |
2006-06-15 | [redhat quagga.spec] Detect fedora release automatically | Andrew J. Schorr |
2006-06-15 | [ospfd] Fix multicast membership drop bug | Paul Jakma |
2006-06-15 | [zebra] Fix forgetfulness wrt configured address on FreeBSD | Paul Jakma |
2006-06-15 | [zebra] remove internal if_flag_dump, use libzebras version. | Paul Jakma |
2006-06-15 | [lib] list_delete shouldn't duplicate list_delete_all_node | Paul Jakma |