summaryrefslogtreecommitdiff
path: root/zebra
AgeCommit message (Expand)Author
2008-08-22[administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma
2008-07-01[zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl errorPaul Jakma
2008-06-02+ initial edition of meta-queue for RIB updates processing (bug #431)Denis Ovsienko
2008-05-29[daemons] Sanity check port number arguments before usePaul Jakma
2008-05-29[zebra/linux] Use BPF to filter out responses, to try avoid netlink overrunsPaul Jakma
2008-02-26+ fix bug#326 by rib_lookup_and_pushup()Denis Ovsienko
2008-01-11[link-detect] Improve BSD support.Andrew J. Schorr
2008-01-10[link-detect] Try to get BSD link-detect to work properly.Andrew J. Schorr
2008-01-08[link-detect] Static interface routes should behave properly with link-detect.Andrew J. Schorr
2007-11-12+ fixed bug #418 (changing address on an existing interface doesn't cause exi...Denis Ovsienko
2007-10-24+ fix the bug reported by Milan Kocian (IPv6 route handling was broken by the...Denis Ovsienko
2007-10-04+ rib_process() speedup for multi-nexthop route nodesDenis Ovsienko
2007-10-03+ Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls....Denis Ovsienko
2007-09-14+ sayonara old_pid!Denis Ovsienko
2007-09-14+ fixed bug #402: now the second zebra process doesn't destroy routesDenis Ovsienko
2007-09-14Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details).Denis Ovsienko
2007-09-12* rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passedDenis Ovsienko
2007-09-06+ fixed bug #400: adjusted rtread_sysctl.c:route_read()Denis Ovsienko
2007-08-21Looks like bug #320 is finally fixed now.Denis Ovsienko
2007-08-21Fixed ioctl_solaris.c:if_get_mtu() for IPv6'less operationDenis Ovsienko
2007-08-17Fixed bug #394 "RTF_DONE is ignored in rtm_read()"Denis Ovsienko
2007-08-14Merged own patch for bug #390 (rewrite zebra/zebra_rib.c:nexthop_active_updat...Denis Ovsienko
2007-08-13Merged own patch for the bug #391 (debugging and comments mostly).Denis Ovsienko
2007-08-10Use the proper field length for the peer's address (netlink_interface_addr)vize
2007-08-06[zebra] Add extra debug logging for RIB and RIB queueingPaul Jakma
2007-08-02Add comment questioning part of previous change (Denis?).Greg Troxel
2007-08-02Bugzilla #384.Greg Troxel
2007-06-27[zebra] rib loop check for RIB_ENTRY_REMOVED checks wrong varPaul Jakma
2007-05-30[zebra] Trivial patches so we can compile when IPv6 is not enabledAndrew J. Schorr
2007-05-17[PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer addressAndrew J. Schorr
2007-05-10[autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma
2007-05-04[zebra] Add zebra_routemap.cPaul Jakma
2007-05-02[zebra] Routemap support on received routes, with 'set src' command (linux)Paul Jakma
2007-04-29[zebra/solaris] fix if_get_index passing wrong arg to lifreq_set_namePaul Jakma
2007-04-29[zebra] Fix merge error in previous solaris changesetPaul Jakma
2007-04-16Only suppress adding a connected route to the kernel if it isDavid Young
2007-04-10[zebra] MTU change should propogate to zserv client on BSD/SolarisPaul Jakma
2007-04-10[zebra] Retain configured IPv4 address upon removal by kernelPaul Jakma
2007-04-10[testzebra] stubs should call kernel_address_add on IP address installPaul Jakma
2007-04-10[zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixesPaul Jakma
2007-03-06[zebra] Fix interface metric bug on BSDPaul Jakma
2007-02-26[zebra] IRDP should ignore non-IPv4 addressesPaul Jakma
2006-12-13[zebra] For solaris IPv6 PtP interfaces, try to support prefixlen != 128Andrew J. Schorr
2006-12-12[PtP over ethernet] New peer flag allows much more addressing flexibilityAndrew J. Schorr
2006-12-08[zebra] Changes of nexthops of static routes didnt take effectPaul Jakma
2006-10-15[daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma
2006-09-132006-09-13 Tom Everett <tom@khubla.com>Greg Troxel
2006-08-06[zebra] trivial: rtadv.h depends on interface.hPaul Jakma
2006-08-06[zebra] fix inconsistencies in ifstat_update_* declarations and definitionsPaul Jakma
2006-08-04[zebra] IRDP: Move stream_free to where its created, probably fixing a leakPaul Jakma