summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | [bgpd] TCP-MD5: password vty configuration and initial Linux supportPaul Jakma2008-07-2113-7/+430
| | | * | [tools/multiple-bgpd.sh] make it easier to use IPv6 peer addressesPaul Jakma2008-07-211-10/+12
| | | * | [solaris] Sync SMF bits with OpenSolaris SFWPaul Jakma2008-07-033-150/+561
| | | * | [vtysh] small fix to previous CMD_AS_RANGE patch, and add missing commandPaul Jakma2008-07-033-2/+18
| | | * | [vty] CMD_AS_RANGE accidently quoted and so not expanded in vtyPaul Jakma2008-07-026-52/+64
| | | * | [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-clientPaul Jakma2008-07-025-11/+23
| | | * | [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl errorPaul Jakma2008-07-012-15/+31
| | | * | [tools/multiple-bgpd] setup IPv6 advertismentsPaul Jakma2008-06-121-1/+18
| | | * | [administrivia] commit missing ChangeLog update...Paul Jakma2008-06-111-0/+4
| | | * | [release] Bump version to 0.99.10quagga_0_99_10_releasePaul Jakma2008-06-101-1/+1
| | | * | [tests] BGP MP_(UN)REACH_NLRI unit tests (actual file..)Paul Jakma2008-06-071-0/+535
| | | * | [lib] trivial: add const qualifier to stream_put/writePaul Jakma2008-06-073-4/+9
| | | * | [bgpd] minor changes to bgp_mp_reach_parsePaul Jakma2008-06-073-13/+47
| | | * | [tests] BGP MP_(UN)REACH_NLRI unit testsPaul Jakma2008-06-072-1/+9
| | | * | + note the meta-queue in NEWSDenis Ovsienko2008-06-071-0/+2
| | | * | + initial edition of meta-queue for RIB updates processing (bug #431)Denis Ovsienko2008-06-028-58/+173
| | | * | [bgpd] bug #419: partial aspath-limit incorrectly causes session resetPaul Jakma2008-06-012-2/+10
| | | * | [tools] multiple-bgpd.sh: make paths more configurablePaul Jakma2008-06-011-3/+5
| | | * | [ripd] Fix mistaken empty string testPaul Jakma2008-05-292-1/+5
| | | * | [daemons] Sanity check port number arguments before usePaul Jakma2008-05-297-7/+22
| | | * | [zebra/linux] Use BPF to filter out responses, to try avoid netlink overrunsPaul Jakma2008-05-293-1/+62
| | | * | + fix the set statement nameDenis Ovsienko2008-04-101-1/+1
| | | * | + [bgpd] Added new route-map set statement: "as-path ignore"Denis Ovsienko2008-04-106-10/+212
| | | * | [bgpd] remove unnecessary 0 entries from struct message'sPaul Jakma2008-03-134-9/+5
| | | * | [ripd] remove unnecessary 0 entries from struct message'sPaul Jakma2008-03-133-2/+6
| | | * | [lib] Fix the struct message LOOKUP function to be more robustPaul Jakma2008-02-283-10/+34
| | | * | [lib/linklist] Enforce "nodes must have data" invariant more rigorouslyPaul Jakma2008-02-282-5/+23
| | | * | + fix bug#326 by rib_lookup_and_pushup()Denis Ovsienko2008-02-264-0/+64
| | | * | [c++] remove/rename some names in headers that clash with C++ reserved wordsPaul Jakma2008-02-265-8/+17
| | | * | [tests:bgp] Further tests for 0 sized as_path segmentsPaul Jakma2008-02-232-0/+22
| | | * | [isisd] Bug #437: fix ssert caused by bad list managementPaul Jakma2008-01-294-5/+34
| | | * | [bgpd] fix crash on startup if compiled IPv4-onlyPaul Jakma2008-01-292-5/+9
| | | * | [solaris] add missing makefile.am dependencyPaul Jakma2008-01-132-1/+7
| | | * | [link-detect] Improve BSD support.Andrew J. Schorr2008-01-112-3/+16
| | | * | [link-detect] Improve BSD support.Andrew J. Schorr2008-01-115-19/+21
| | | * | [link-detect] Try to get BSD link-detect to work properly.Andrew J. Schorr2008-01-107-0/+82
| | | * | [link-detect] Static interface routes should behave properly with link-detect.Andrew J. Schorr2008-01-082-3/+9
| | | * | [lib] add mising UL qualifier to numerical constantPaul Jakma2008-01-082-1/+7
| | | * | [bgpd] Fix number of DoS security issues, restricted to configured peers.Paul Jakma2007-12-227-8/+87
| | | * | + fixed no_set_aspath_prepend() to correctly match existing "set" statementDenis Ovsienko2007-12-182-1/+16
| | | * | [bgpd] Fix typo in previous commit to bgp_main.cPaul Jakma2007-11-211-1/+1
| | | * | [bgpd] small fix for crash if 'listenon' argument is not givenPaul Jakma2007-11-132-1/+9
| | | * | + fixed bug #418 (changing address on an existing interface doesn't cause exi...Denis Ovsienko2007-11-126-11/+63
| | | * | 2007-10-30 Nick Hilliard <nick@inex.ie>Paul Jakma2007-11-017-8/+87
| | | * | + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the...Denis Ovsienko2007-10-242-0/+11
| | | * | [ospf6d] Fix removal of defunct ASBR routesPaul Jakma2007-10-222-9/+7
| | | * | [snmp-smux] Fix problems if 'smux peer ...' is issued multiple timesPaul Jakma2007-10-222-2/+17
| | | * | [news] Fix top-line versionPaul Jakma2007-10-221-1/+1
| | | * | [tests] Forgot to commit ecommunity_tests.cPaul Jakma2007-10-181-0/+141
| | | * | [bgpd] Merge AS4 supportPaul Jakma2007-10-1427-432/+1897