| Commit message (Expand) | Author | Age | Files | Lines |
* | [zebra] Fix interface metric bug on BSD | Paul Jakma | 2007-03-06 | 2 | -1/+15 |
* | [zebra] IRDP should ignore non-IPv4 addresses | Paul Jakma | 2007-02-26 | 2 | -0/+10 |
* | [zebra] For solaris IPv6 PtP interfaces, try to support prefixlen != 128 | Andrew J. Schorr | 2006-12-13 | 2 | -16/+18 |
* | [PtP over ethernet] New peer flag allows much more addressing flexibility | Andrew J. Schorr | 2006-12-12 | 9 | -205/+170 |
* | [zebra] Changes of nexthops of static routes didnt take effect | Paul Jakma | 2006-12-08 | 2 | -10/+18 |
* | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | Paul Jakma | 2006-10-15 | 1 | -2/+12 |
* | 2006-09-13 Tom Everett <tom@khubla.com> | Greg Troxel | 2006-09-13 | 2 | -0/+9 |
* | [zebra] trivial: rtadv.h depends on interface.h | Paul Jakma | 2006-08-06 | 2 | -0/+3 |
* | [zebra] fix inconsistencies in ifstat_update_* declarations and definitions | Paul Jakma | 2006-08-06 | 4 | -10/+19 |
* | [zebra] IRDP: Move stream_free to where its created, probably fixing a leak | Paul Jakma | 2006-08-04 | 3 | -3/+13 |
* | [zebra] add more stuff to misc_null to avoid compile breakages | Paul Jakma | 2006-08-04 | 2 | -0/+7 |
* | [testzebra] Patch to misc_null.c to get older gcc to recognize #pragma tricks | Andrew J. Schorr | 2006-08-02 | 2 | -0/+10 |
* | [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueing | Paul Jakma | 2006-07-27 | 3 | -176/+294 |
* | [zebra] Add 'debug zebra rib' commands | Paul Jakma | 2006-07-27 | 3 | -0/+82 |
* | [zebra] Add test rig code, for testing the zebra RIB | Paul Jakma | 2006-07-27 | 8 | -0/+453 |
* | [zebra] Connected routes must always be added to main table | Paul Jakma | 2006-07-27 | 4 | -1/+12 |
* | [zebra] Fix CID #104, check addr for null, and #18, check nexthop type args | Paul Jakma | 2006-07-02 | 3 | -0/+22 |
* | [zebra] Fix forgetfulness wrt configured address on FreeBSD | Paul Jakma | 2006-06-15 | 3 | -21/+74 |
* | [zebra] remove internal if_flag_dump, use libzebras version. | Paul Jakma | 2006-06-15 | 2 | -45/+7 |
* | [interface configuration] Try to avoid losing address info after shutdown. | Andrew J. Schorr | 2006-05-21 | 2 | -4/+21 |
* | [interface configuration] Preserve flag indicating address was set by quagga. | Andrew J. Schorr | 2006-05-19 | 2 | -2/+17 |
* | [debug] Improve zebra kernel socket debug message to include IP addresses. | Andrew J. Schorr | 2006-05-17 | 2 | -3/+45 |
* | [zebra] Remove private command string table | Paul Jakma | 2006-05-15 | 2 | -29/+6 |
* | [zebra] CID #31, guard against potential NULL return of route_node_lookup | Paul Jakma | 2006-05-11 | 2 | -2/+7 |
* | [zebra] arrange structs in padding-efficient manner and remove unused field | Paul Jakma | 2006-03-30 | 2 | -18/+23 |
* | [zebra] Display flags on their line in 'show interface'. | paul | 2006-02-02 | 2 | -1/+7 |
* | [zebra] Fix pauls zebra_rib/rib_process commit mistakes, again. | paul | 2006-01-30 | 2 | -5/+14 |
* | [zebra] Fix incorrect changes made in RIB metric selection patchquagga_0_99_3_release | paul | 2006-01-25 | 2 | -4/+32 |
* | [zebra/solaris] Interface state fixups for Solaris. | paul | 2006-01-25 | 9 | -92/+257 |
* | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 4 | -7/+14 |
* | 2006-01-18 Gunnar Stigen <gunnar.stigen@axxessit.no> | paul | 2006-01-18 | 2 | -4/+21 |
* | [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlink | paul | 2006-01-17 | 3 | -2/+22 |
* | [zebra] Defensive if_getaddrs bug fix. | paul | 2006-01-17 | 2 | -0/+9 |
* | [zebra] Include metric on connected routes. | paul | 2006-01-17 | 2 | -2/+9 |
* | [zserv] Extend Zserv header with version information and marker field | paul | 2006-01-16 | 2 | -38/+42 |
* | [zserv] Update interface flags to 8 bytes wide. | paul | 2006-01-11 | 2 | -3/+8 |
* | remove dead code (from David Young) | gdt | 2005-12-29 | 2 | -18/+2 |
* | 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com> | gdt | 2005-12-29 | 2 | -1/+6 |
* | [zebra] fix connected_add_ipv6 declarations, label should be const. | paul | 2005-11-26 | 3 | -2/+9 |
* | [zebra] Fix mistake in previous commit and further compile warnings/errors. | paul | 2005-11-24 | 9 | -17/+81 |
* | [zebra] fix some small compile errors, mark several functions static | paul | 2005-11-23 | 6 | -37/+65 |
* | 2005-11-14 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-14 | 2 | -6/+15 |
* | [solaris] Extra debug and cross-checks for kernel_socket, two Sol9 fixes. | paul | 2005-11-12 | 3 | -93/+177 |
* | [zebra] Fix warning and small connected-label changes merge error. | paul | 2005-11-11 | 2 | -5/+11 |
* | - bah, fix likkle typo. | paul | 2005-11-03 | 1 | -1/+1 |
* | 2005-11-03 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-03 | 10 | -43/+149 |
* | 2005-10-11 Paul Jakma <paul.jakma@sun.com> | paul | 2005-10-11 | 3 | -4/+13 |
* | 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-10-01 | 2 | -66/+19 |
* | 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-10-01 | 2 | -0/+6 |
* | 2005-09-29 Paul Jakma <paul.jakma@sun.com> | paul | 2005-09-29 | 1 | -2/+2 |