summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
...
| | * [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
| | * [zebra] remove internal if_flag_dump, use libzebras version.Paul Jakma2006-06-152-45/+7
| | * [interface configuration] Try to avoid losing address info after shutdown.Andrew J. Schorr2006-05-212-4/+21
| | * [interface configuration] Preserve flag indicating address was set by quagga.Andrew J. Schorr2006-05-192-2/+17
| | * [debug] Improve zebra kernel socket debug message to include IP addresses.Andrew J. Schorr2006-05-172-3/+45
| | * [zebra] Remove private command string tablePaul Jakma2006-05-152-29/+6
| | * [zebra] CID #31, guard against potential NULL return of route_node_lookupPaul Jakma2006-05-112-2/+7
| | * [zebra] arrange structs in padding-efficient manner and remove unused fieldPaul Jakma2006-03-302-18/+23
* | | Notify on MTU changesStephen Hemminger2008-10-081-36/+45
* | | netlink message signed/unsigned cleanupStephen Hemminger2008-10-081-6/+6
* | | fix ipv6 typo in recursive route update codeStephen Hemminger2008-09-181-1/+1
* | | remove incorrect debug messageStephen Hemminger2008-09-181-2/+0
* | | Add delete interface cleanoutStephen Hemminger2008-09-181-4/+4
* | | Set metric in RIB for connected routesStephen Hemminger2008-09-171-2/+4
* | | Handle device renames correctlyStephen Hemminger2008-09-171-8/+13
* | | Set proper protocol for routes from command lineStephen Hemminger2008-09-171-2/+10
* | | Fix up filtering of netlink pidStephen Hemminger2008-08-181-10/+11
* | | Revert "Filter messages so that only netlink messages from kernel are allowed."Stephen Hemminger2008-08-181-19/+27
* | | Use XCALLOCStephen Hemminger2008-08-183-32/+13
* | | Filter messages so that only netlink messages from kernel are allowed.Stephen Hemminger2008-08-181-27/+19
* | | Manage system routes with zebraStephen Hemminger2008-08-1511-128/+139
* | | Cleanup meta-queue codeStephen Hemminger2008-08-111-64/+70
* | | Make command nodes staticStephen Hemminger2008-08-112-4/+4
* | | Realign rib code with upstreamStephen Hemminger2008-08-011-33/+31
* | | Make metaqueue functions staticStephen Hemminger2008-08-011-5/+5
* | | Make log message lookup function use const tablesStephen Hemminger2008-08-012-3/+3
* | | Fix merge problemsStephen Hemminger2008-07-311-1/+1
* | | Merge branch 'upstream' into islavistaStephen Hemminger2008-07-3110-59/+205
|\| |
| * | [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl errorpaul2008-07-012-15/+31
| * | + initial edition of meta-queue for RIB updates processing (bug #431)pilot2008-06-025-41/+164
| * | [daemons] Sanity check port number arguments before usepaul2008-05-291-1/+2
| * | [zebra/linux] Use BPF to filter out responses, to try avoid netlink overrunspaul2008-05-292-1/+60
| * | + fix bug#326 by rib_lookup_and_pushup()pilot2008-02-264-0/+64
| * | [link-detect] Improve BSD support.ajs2008-01-113-16/+16