| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [ospfd] Avoid getting NSM stuck in ExStart by using local view of DR/BDR | ajs | 2006-06-30 | 2 | -2/+9 |
* | [ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]" | ajs | 2006-06-29 | 6 | -3/+116 |
* | [lib] Remove bare routes in route_types: fix mistake in commmit | paul | 2006-06-27 | 1 | -3/+1 |
* | [lib] Remove numeric route-type argument in redistribute arg strings | paul | 2006-06-27 | 2 | -6/+13 |
* | [ospfd] Replace redistribution strings with new route_types.h defines. | paul | 2006-06-27 | 2 | -89/+49 |
* | [lib] Centralise Zserv route type information, auto-generate redist strings | paul | 2006-06-27 | 5 | -4/+279 |
* | [doc] OSPF MD5 keyid documentation, fix texinfo warnings in bgpd.texi | paul | 2006-06-26 | 3 | -4/+16 |
* | [ospfd] NSSA translate-enabled ABR should declare itself as ASBR | paul | 2006-06-26 | 3 | -49/+76 |
* | [ospfd] Improve two info log messages in ospf_snmp.c | ajs | 2006-06-24 | 2 | -2/+13 |
* | [ospfd] When writing out config, show "debug ospf nsm status" properly | ajs | 2006-06-24 | 2 | -1/+6 |
* | [ospfd] Fix ospf passive-interface subcommand to create interface if necessary | ajs | 2006-06-18 | 2 | -14/+9 |
* | [redhat quagga.spec] Detect fedora release automatically | ajs | 2006-06-15 | 2 | -2/+8 |
* | [ospfd] Fix multicast membership drop bug | paul | 2006-06-15 | 5 | -22/+66 |
* | [zebra] Fix forgetfulness wrt configured address on FreeBSD | paul | 2006-06-15 | 3 | -21/+74 |
* | [zebra] remove internal if_flag_dump, use libzebras version. | paul | 2006-06-15 | 4 | -46/+11 |
* | [lib] list_delete shouldn't duplicate list_delete_all_node | paul | 2006-06-15 | 2 | -10/+3 |
* | [lib] Experimental: have XFREE NULL out the freed pointer | paul | 2006-06-15 | 2 | -1/+6 |
* | [lib] Fix vector leak in error path in command.c, CID #38 | paul | 2006-06-15 | 2 | -0/+6 |
* | [ospfd] lsdb_delete/discard_from_db should be more robust to bad args | paul | 2006-06-15 | 3 | -2/+43 |
* | [ospfd] suppres mostly uninteresting debug message unless debug is set | paul | 2006-06-15 | 2 | -3/+10 |
* | [tests] Fix stray character in previous commit | paul | 2006-05-28 | 1 | -2/+1 |
* | [tests] test-sig.c: configure logging | paul | 2006-05-28 | 2 | -1/+14 |
* | [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafe | paul | 2006-05-28 | 4 | -15/+37 |
* | [lib] vty_log shouldn't crash if called when vty isn't initiliased | paul | 2006-05-28 | 2 | -0/+9 |
* | [lib] malloc.h is deprecated, try not to include it anymore | paul | 2006-05-28 | 2 | -0/+5 |
* | [lib] include inttypes.h rather than stdint.h, provide defines where missing | paul | 2006-05-28 | 2 | -6/+29 |
* | [build] Update SOS CFLAGS and add check for GNU Make in configure.ac | paul | 2006-05-28 | 2 | -3/+32 |
* | [vtysh] Add "show memory" to vtysh | paul | 2006-05-28 | 2 | -0/+30 |
* | [bgpd] expand vty help for neighbor ... update-source | paul | 2006-05-23 | 2 | -4/+13 |
* | [doc] document neighbor ..... update-source | paul | 2006-05-23 | 2 | -3/+23 |
* | [vtysh] suppress output in 'show logging' for daemons not present | paul | 2006-05-23 | 2 | -6/+13 |
* | [vtysh] Add 'show logging' command | paul | 2006-05-23 | 2 | -1/+28 |
* | [interface configuration] Try to avoid losing address info after shutdown. | ajs | 2006-05-21 | 4 | -4/+32 |
* | [interface configuration] Preserve flag indicating address was set by quagga. | ajs | 2006-05-19 | 2 | -2/+17 |
* | [debug] Improve zebra kernel socket debug message to include IP addresses. | ajs | 2006-05-17 | 2 | -3/+45 |
* | [zebra] Remove private command string table | paul | 2006-05-15 | 2 | -29/+6 |
* | [lib] Add string mapping table for Zserv commands | paul | 2006-05-15 | 3 | -21/+80 |
* | [lib] CID #39, Fix the vty completion leak-fix to only free when desired | paul | 2006-05-15 | 2 | -1/+8 |
* | [ospf6d] GNU Zebra 3563: Fix as-external forwarding address | paul | 2006-05-15 | 3 | -3/+9 |
* | [ospf6d] GNU Zebra #3562: ABR Crash fix, memory fixes, route table debugs | paul | 2006-05-15 | 11 | -54/+340 |
* | [ospf6d] GNU Zebra 3560: Call ospf6_maxage_remove when out of Exchange/Loading | paul | 2006-05-15 | 3 | -12/+8 |
* | [ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area as-ext bug, cleanup debug | paul | 2006-05-15 | 7 | -70/+286 |
* | [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage | paul | 2006-05-12 | 4 | -30/+24 |
* | [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclient | paul | 2006-05-12 | 2 | -6/+9 |
* | [bgpd] CID #7, remove useless NULL check, bgp_static_update_main | paul | 2006-05-12 | 2 | -6/+11 |
* | [bgpd] Remove dead code in ORIGINATOR_ID packet forming code | paul | 2006-05-12 | 2 | -7/+7 |
* | [lib] CID #55, fix return of freed pointer, cmd_describe_command_real | paul | 2006-05-12 | 2 | -2/+4 |
* | [lib] CID #39, fix leak in error path, vty_describe_command | paul | 2006-05-12 | 2 | -8/+5 |
* | [lib] CID #37, fix error case leak, cmd_complete_command_real | paul | 2006-05-12 | 2 | -0/+3 |
* | [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstall | paul | 2006-05-12 | 2 | -0/+12 |