]> git.proxmox.com Git - mirror_frr.git/history - zebra/ChangeLog
[zebra] trivial: fix spelling mistake
[mirror_frr.git] / zebra / ChangeLog
2008-07-01 Paul Jakma[zebra] Make BSD link-state deal more gracefully with...
2008-06-02 Denis Ovsienko+ initial edition of meta-queue for RIB updates process...
2008-05-29 Paul Jakma[zebra/linux] Use BPF to filter out responses, to try...
2008-02-26 Denis Ovsienko+ fix bug#326 by rib_lookup_and_pushup()
2008-01-11 Andrew J. Schorr[link-detect] Improve BSD support.
2008-01-10 Andrew J. Schorr[link-detect] Try to get BSD link-detect to work properly.
2008-01-08 Andrew J. Schorr[link-detect] Static interface routes should behave...
2007-11-12 Denis Ovsienko+ fixed bug #418 (changing address on an existing inter...
2007-10-24 Denis Ovsienko+ fix the bug reported by Milan Kocian (IPv6 route...
2007-10-04 Denis Ovsienko+ rib_process() speedup for multi-nexthop route nodes
2007-10-03 Denis Ovsienko+ Minor bugfix: IPv6 prefixes were logged incorrectly...
2007-09-14 Denis Ovsienko+ sayonara old_pid!
2007-09-14 Denis Ovsienko+ fixed bug #402: now the second zebra process doesn...
2007-09-14 Denis OvsienkoSwitch from LOOKUP() to lookup() for rtm_type (see...
2007-09-12 Denis Ovsienko* rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be...
2007-09-06 Denis Ovsienko+ fixed bug #400: adjusted rtread_sysctl.c:route_read()
2007-08-21 Denis OvsienkoLooks like bug #320 is finally fixed now.
2007-08-21 Denis OvsienkoFixed ioctl_solaris.c:if_get_mtu() for IPv6'less operation
2007-08-17 Denis OvsienkoFixed bug #394 "RTF_DONE is ignored in rtm_read()"
2007-08-14 Denis OvsienkoMerged own patch for bug #390 (rewrite zebra/zebra_rib...
2007-08-13 Denis OvsienkoMerged own patch for the bug #391 (debugging and commen...
2007-08-10 vizeUse the proper field length for the peer's address...
2007-08-06 Paul Jakma[zebra] Add extra debug logging for RIB and RIB queueing
2007-08-02 Greg TroxelBugzilla #384.
2007-06-27 Paul Jakma[zebra] rib loop check for RIB_ENTRY_REMOVED checks...
2007-05-30 Andrew J. Schorr[zebra] Trivial patches so we can compile when IPv6...
2007-05-17 Andrew J. Schorr[PtP] Fix BSD problems with PtP interfaces: must treat...
2007-05-02 Paul Jakma[zebra] Routemap support on received routes, with ...
2007-04-29 Paul Jakma[zebra/solaris] fix if_get_index passing wrong arg...
2007-04-29 Paul Jakma[zebra] Fix merge error in previous solaris changeset
2007-04-10 Paul Jakma[zebra] MTU change should propogate to zserv client...
2007-04-10 Paul Jakma[zebra] Retain configured IPv4 address upon removal...
2007-04-10 Paul Jakma[testzebra] stubs should call kernel_address_add on...
2007-04-10 Paul Jakma[zebra] Bug #351: Don't redistribute routes to ipv4...
2007-03-06 Paul Jakma[zebra] Fix interface metric bug on BSD
2007-02-26 Paul Jakma[zebra] IRDP should ignore non-IPv4 addresses
2006-12-13 Andrew J. Schorr[zebra] For solaris IPv6 PtP interfaces, try to support...
2006-12-12 Andrew J. Schorr[PtP over ethernet] New peer flag allows much more...
2006-12-08 Paul Jakma[zebra] Changes of nexthops of static routes didnt...
2006-09-13 Greg Troxel2006-09-13 Tom Everett <tom@khubla.com>
2006-08-06 Paul Jakma[zebra] trivial: rtadv.h depends on interface.h
2006-08-06 Paul Jakma[zebra] fix inconsistencies in ifstat_update_* declarat...
2006-08-04 Paul Jakma[zebra] IRDP: Move stream_free to where its created...
2006-08-04 Paul Jakma[zebra] add more stuff to misc_null to avoid compile...
2006-08-02 Andrew J. Schorr[testzebra] Patch to misc_null.c to get older gcc to...
2006-07-27 Paul Jakma[zebra] Bug #268, Fix race between add/delete of routes...
2006-07-27 Paul Jakma[zebra] Add 'debug zebra rib' commands
2006-07-27 Paul Jakma[zebra] Add test rig code, for testing the zebra RIB
2006-07-27 Paul Jakma[zebra] Connected routes must always be added to main...
2006-07-02 Paul Jakma[zebra] Fix CID #104, check addr for null, and #18...
2006-06-15 Paul Jakma[zebra] Fix forgetfulness wrt configured address on...
2006-06-15 Paul Jakma[zebra] remove internal if_flag_dump, use libzebras...
2006-05-21 Andrew J. Schorr[interface configuration] Try to avoid losing address...
2006-05-19 Andrew J. Schorr[interface configuration] Preserve flag indicating...
2006-05-17 Andrew J. Schorr[debug] Improve zebra kernel socket debug message to...
2006-05-15 Paul Jakma[zebra] Remove private command string table
2006-05-11 Paul Jakma[zebra] CID #31, guard against potential NULL return...
2006-03-30 Paul JakmaSync rebuild of cvs_head
2006-03-30 Paul Jakma[zebra] arrange structs in padding-efficient manner...
2006-02-02 paul[zebra] Display flags on their line in 'show interface'.
2006-01-30 paul[zebra] Fix pauls zebra_rib/rib_process commit mistakes...
2006-01-25 paul[zebra] Fix incorrect changes made in RIB metric select...
2006-01-25 paul[zebra/solaris] Interface state fixups for Solaris.
2006-01-19 paul[compiler] miscellaneous trivial compiler warning fixes
2006-01-18 paul2006-01-18 Gunnar Stigen <gunnar.stigen@axxessit.no>
2006-01-17 paul[zebra] Record NEWADDR metric on PF_ROUTE, print CACHEI...
2006-01-17 paul[zebra] Defensive if_getaddrs bug fix.
2006-01-17 paul[zebra] Include metric on connected routes.
2006-01-16 paul[zserv] Extend Zserv header with version information...
2006-01-11 paul[zserv] Update interface flags to 8 bytes wide.
2005-12-29 gdtremove dead code (from David Young)
2005-12-29 gdt2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com>
2005-11-26 paul[zebra] fix connected_add_ipv6 declarations, label...
2005-11-24 paul[zebra] Fix mistake in previous commit and further...
2005-11-23 paul[zebra] fix some small compile errors, mark several...
2005-11-14 paul2005-11-14 Paul Jakma <paul.jakma@sun.com>
2005-11-12 paul[solaris] Extra debug and cross-checks for kernel_socke...
2005-11-11 paul[zebra] Fix warning and small connected-label changes...
2005-11-03 paul2005-11-03 Paul Jakma <paul.jakma@sun.com>
2005-10-11 paul2005-10-11 Paul Jakma <paul.jakma@sun.com>
2005-10-01 ajs2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton...
2005-10-01 ajs2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton...
2005-09-29 vincent2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>
2005-09-28 vincent * connected.c: flag connected_up_ipv6() and connect...
2005-09-24 hasso * rib.h: Add note about behaviour of rib_add_ipv[46...
2005-09-21 hasso * zebra_rib.c: Reduce the height of some staircases...
2005-09-21 paul2005-09-21 Paul Jakma <paul.jakma@sun.com>
2005-09-12 paul2005-09-12 Paul Jakma <paul.jakma@sun.com>
2005-08-27 hasso * zebra_rib.c, rib.h: Add distance and metric argument...
2005-07-29 paul2005-07-29 Paul Jakma <paul.jakma@sun.com>
2005-06-28 paul2005-06-28 Paul Jakma <paul.jakma@sun.com>
2005-06-28 paul2005-06-28 Paul Jakma <paul.jakma@sun.com>
2005-06-14 paul2005-06-14 Paul Jakma <paul.jakma@sun.com>
2005-06-12 hasso * rt_netlink.c: Remove unused netlink-addr socket...
2005-05-31 paul2005-05-31 Paul Jakma <paul.jakma@sun.com>
2005-05-06 paul2005-05-06 Paul Jakma <paul.jakma@sun.com>
2005-04-28 paul2005-04-28 Paul Jakma <paul.jakma@sun.com>
2005-04-10 paul2005-04-10 Paul Jakma <paul@dishone.st>
2005-04-10 ajs2005-04-10 Andrew J. Schorr <ajschorr@alumni.princeton...
2005-04-09 hasso * rt_netlink.c: One tiny missing comma caused pointles...
next