summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2005-02-03 Paul Jakma <paul@dishone.st>quagga.0.98.2.releasepaul2005-02-034-6/+14
* * ospf_packet.c: [ospf_read] Fix bug: must check for state ISM_Down,hasso2005-02-034-3/+14
|\
| * 2005-02-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-024-3/+14
| * * bgp_vty.c: Deprecate "neighbor transparent-as" and "neighborhasso2005-02-022-12/+17
| * * bgp_routemap.c: New route-map command - "match ip route-source".hasso2005-02-022-1/+199
| * * bgp_clist.[ch], bgp_route.c, bgp_routemap.c, bgp_vty.c:hasso2005-02-026-386/+272
| * * bgp_route.c, bgp_vty.c, bgp_zebra.c, bgpd.[ch]: "enforce-multihop"hasso2005-02-026-24/+48
| * * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c,hasso2005-02-029-82/+544
| * * bgp_open.c, bgp_packet.c, bgp_vty.c, bgpd.[ch]: Remove "no neighborhasso2005-02-016-138/+45
| * * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for oldhasso2005-02-016-145/+20
| * * bgpd.[ch], bgp_vty.c, bgp_route.c: "Restart session afterhasso2005-02-015-48/+228
| * * bgp_nexthop.c: Improve debug.hasso2005-02-019-31/+60
* | 2005-01-31 Paul Jakma <paul@dishone.st>quagga.0.98.1.releasepaul2005-01-314-5/+13
* | * ospf_packet.c: [ospf_packet_add] If oi->obuf is NULL, printhasso2005-01-302-0/+26
|\|
| * 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-308-11/+33
| * 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-302-2/+10
| * 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-302-1/+8
| * 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-302-4/+14
| * 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-2911-133/+46
| * 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-296-32/+36
| * 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-292-6/+20
| * 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-292-0/+26
| * 2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-283-160/+135
| * 2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-283-1/+30
| * 2005-01-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-283-25/+34
| * 2005-01-25 Paul Jakma <paul@dishone.st>paul2005-01-252-2/+6
| * 2005-01-24 Paul Jakma <paul@dishone.st>paul2005-01-244-5/+13
* | * bgp_route.c: Fix showstopper bug. New route must be selected alsohasso2005-01-242-1/+7
|\|
| * * bgp_route.c: Fix showstopper bug. New route must be selected alsohasso2005-01-242-1/+7
| * 2005-01-24 Martin Pot <mpot at martybugs.net>paul2005-01-242-0/+22
| * * lib/command.[ch]: Make node_parent() function nonstatic. vtyh.c willhasso2005-01-235-3/+54
* | * log.h: Test for SA_SIGINFO to see whether zlog_signal takes finalhasso2005-01-234-10/+75
|\|
* | * log.h: Change prototype for zlog_backtrace_sigsafe to take additionalhasso2005-01-233-4/+21
|\|
* | * configure.ac: Test for header file <ucontext.h> [for use inhasso2005-01-236-21/+85
|\|
* | * vtysh.conf.sample: Fix typo "integrated-vtysh-conf" ->hasso2005-01-232-1/+6
|\|
| * * vtysh.conf.sample: Fix typo "integrated-vtysh-conf" ->hasso2005-01-232-1/+6
| * 2005-01-18 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-184-10/+75
| * * *.c: Changed many functions to static. Some commented outhasso2005-01-1811-112/+131
| * * interface.c: Better statistics output in "show interface" command inhasso2005-01-182-13/+20
* | * bgp_route.c: Clear peer's routing table regardless whether it'shasso2005-01-172-3/+6
|\|
* | * main.c: With --nl-bufsize argument is required.hasso2005-01-172-1/+5
|\|
* | * command.[ch], vty.c: cmd_execute_command() function must not attempthasso2005-01-176-5/+22
* | * redhat/quagga.spec.in: Fix postun script to avoid misleading errorhasso2005-01-172-1/+8
|\|
* | * command.c (print_version): Do not bother even to examine host.name,hasso2005-01-172-1/+7
* | * watchquagga.c: (run_job) Fix bug: delay.tv_sec was being usedhasso2005-01-172-4/+18
* | * zebra.h: If not C99 and no va_copy macro available, fall back tohasso2005-01-172-2/+15
|\|
* | 2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>hasso2005-01-172-3/+47
|\|
* | * configure.ac: If configure is invoked with --enable-snmp, buthasso2005-01-172-0/+10
|\|
| * 2005-01-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-173-4/+21
| * * bgp_route.c: Clear peer's routing table regardless whether it'shasso2005-01-172-3/+6