| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | [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 |
* | | | Notify on MTU changes | Stephen Hemminger | 2008-10-08 | 1 | -36/+45 |
* | | | netlink message signed/unsigned cleanup | Stephen Hemminger | 2008-10-08 | 1 | -6/+6 |
* | | | fix ipv6 typo in recursive route update code | Stephen Hemminger | 2008-09-18 | 1 | -1/+1 |
* | | | remove incorrect debug message | Stephen Hemminger | 2008-09-18 | 1 | -2/+0 |
* | | | Add delete interface cleanout | Stephen Hemminger | 2008-09-18 | 1 | -4/+4 |
* | | | Set metric in RIB for connected routes | Stephen Hemminger | 2008-09-17 | 1 | -2/+4 |
* | | | Handle device renames correctly | Stephen Hemminger | 2008-09-17 | 1 | -8/+13 |
* | | | Set proper protocol for routes from command line | Stephen Hemminger | 2008-09-17 | 1 | -2/+10 |
* | | | Fix up filtering of netlink pid | Stephen Hemminger | 2008-08-18 | 1 | -10/+11 |
* | | | Revert "Filter messages so that only netlink messages from kernel are allowed." | Stephen Hemminger | 2008-08-18 | 1 | -19/+27 |
* | | | Use XCALLOC | Stephen Hemminger | 2008-08-18 | 3 | -32/+13 |
* | | | Filter messages so that only netlink messages from kernel are allowed. | Stephen Hemminger | 2008-08-18 | 1 | -27/+19 |
* | | | Manage system routes with zebra | Stephen Hemminger | 2008-08-15 | 11 | -128/+139 |
* | | | Cleanup meta-queue code | Stephen Hemminger | 2008-08-11 | 1 | -64/+70 |
* | | | Make command nodes static | Stephen Hemminger | 2008-08-11 | 2 | -4/+4 |
* | | | Realign rib code with upstream | Stephen Hemminger | 2008-08-01 | 1 | -33/+31 |
* | | | Make metaqueue functions static | Stephen Hemminger | 2008-08-01 | 1 | -5/+5 |
* | | | Make log message lookup function use const tables | Stephen Hemminger | 2008-08-01 | 2 | -3/+3 |
* | | | Fix merge problems | Stephen Hemminger | 2008-07-31 | 1 | -1/+1 |
* | | | Merge branch 'upstream' into islavista | Stephen Hemminger | 2008-07-31 | 10 | -59/+205 |
|\| | |
|
| * | | [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl error | paul | 2008-07-01 | 2 | -15/+31 |
| * | | + initial edition of meta-queue for RIB updates processing (bug #431) | pilot | 2008-06-02 | 5 | -41/+164 |
| * | | [daemons] Sanity check port number arguments before use | paul | 2008-05-29 | 1 | -1/+2 |
| * | | [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns | paul | 2008-05-29 | 2 | -1/+60 |
| * | | + fix bug#326 by rib_lookup_and_pushup() | pilot | 2008-02-26 | 4 | -0/+64 |
| * | | [link-detect] Improve BSD support. | ajs | 2008-01-11 | 3 | -16/+16 |