summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
...
| | * [link-detect] Static interface routes should behave properly with link-detect.Andrew J. Schorr2008-01-082-3/+9
| | * + fixed bug #418 (changing address on an existing interface doesn't cause exi...Denis Ovsienko2007-11-122-0/+22
| | * + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the...Denis Ovsienko2007-10-242-0/+11
| | * + rib_process() speedup for multi-nexthop route nodesDenis Ovsienko2007-10-042-2/+8
| | * + Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls....Denis Ovsienko2007-10-032-11/+17
| | * + sayonara old_pid!Denis Ovsienko2007-09-145-11/+6
| | * + fixed bug #402: now the second zebra process doesn't destroy routesDenis Ovsienko2007-09-142-5/+20
| | * Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details).Denis Ovsienko2007-09-144-13/+19
| | * * rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passedDenis Ovsienko2007-09-122-0/+8
| | * + fixed bug #400: adjusted rtread_sysctl.c:route_read()Denis Ovsienko2007-09-062-0/+8
| | * Looks like bug #320 is finally fixed now.Denis Ovsienko2007-08-212-0/+11
| | * Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operationDenis Ovsienko2007-08-212-14/+16
| | * Fixed bug #394 "RTF_DONE is ignored in rtm_read()"Denis Ovsienko2007-08-172-2/+7
| | * Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_updat...Denis Ovsienko2007-08-142-12/+22
| | * Merged own patch for the bug #391 (debugging and comments mostly).Denis Ovsienko2007-08-136-48/+412
| | * Use the proper field length for the peer's address (netlink_interface_addr)vize2007-08-102-5/+6
| | * [zebra] Add extra debug logging for RIB and RIB queueingPaul Jakma2007-08-062-19/+56
| | * Add comment questioning part of previous change (Denis?).Greg Troxel2007-08-021-26/+31
| | * Bugzilla #384.Greg Troxel2007-08-022-8/+13
| | * [zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong varPaul Jakma2007-06-272-1/+8
| | * [zebra] Trivial patches so we can compile when IPv6 is not enabledAndrew J. Schorr2007-05-303-29/+45
| | * [PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer addressAndrew J. Schorr2007-05-172-14/+45
| | * [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-108-59/+59
| | * [zebra] Add zebra_routemap.cPaul Jakma2007-05-041-0/+709
| | * [zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma2007-05-0213-47/+341
| | * [zebra/solaris] fix if_get_index passing wrong arg to lifreq_set_namePaul Jakma2007-04-292-1/+3
| | * [zebra] Fix merge error in previous solaris changesetPaul Jakma2007-04-292-1/+5
| | * Only suppress adding a connected route to the kernel if it isDavid Young2007-04-161-1/+1
| | * [zebra] MTU change should propogate to zserv client on BSD/SolarisPaul Jakma2007-04-103-1/+19
| | * [zebra] Retain configured IPv4 address upon removal by kernelPaul Jakma2007-04-102-14/+24
| | * [testzebra] stubs should call kernel_address_add on IP address installPaul Jakma2007-04-103-6/+37
| | * [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixesPaul Jakma2007-04-104-11/+19
| | * [zebra] Fix interface metric bug on BSDPaul Jakma2007-03-062-1/+15
| | * [zebra] IRDP should ignore non-IPv4 addressesPaul Jakma2007-02-262-0/+10
| | * [zebra] For solaris IPv6 PtP interfaces, try to support prefixlen != 128Andrew J. Schorr2006-12-132-16/+18
| | * [PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr2006-12-129-205/+170
| | * [zebra] Changes of nexthops of static routes didnt take effectPaul Jakma2006-12-082-10/+18
| | * [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-151-2/+12
| | * 2006-09-13 Tom Everett <tom@khubla.com>Greg Troxel2006-09-132-0/+9
| | * [zebra] trivial: rtadv.h depends on interface.hPaul Jakma2006-08-062-0/+3
| | * [zebra] fix inconsistencies in ifstat_update_* declarations and definitionsPaul Jakma2006-08-064-10/+19
| | * [zebra] IRDP: Move stream_free to where its created, probably fixing a leakPaul Jakma2006-08-043-3/+13
| | * [zebra] add more stuff to misc_null to avoid compile breakagesPaul Jakma2006-08-042-0/+7
| | * [testzebra] Patch to misc_null.c to get older gcc to recognize #pragma tricksAndrew J. Schorr2006-08-022-0/+10
| | * [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueingPaul Jakma2006-07-273-176/+294
| | * [zebra] Add 'debug zebra rib' commandsPaul Jakma2006-07-273-0/+82
| | * [zebra] Add test rig code, for testing the zebra RIBPaul Jakma2006-07-278-0/+453
| | * [zebra] Connected routes must always be added to main tablePaul Jakma2006-07-274-1/+12
| | * [zebra] Fix CID #104, check addr for null, and #18, check nexthop type argsPaul Jakma2006-07-023-0/+22
| | * [zebra] Fix forgetfulness wrt configured address on FreeBSDPaul Jakma2006-06-153-21/+74