summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
...
| * [zebra] Add zebra_routemap.cpaul2007-05-041-0/+709
| * [zebra] Routemap support on received routes, with 'set src' command (linux)paul2007-05-0213-47/+341
| * [zebra/solaris] fix if_get_index passing wrong arg to lifreq_set_namepaul2007-04-292-1/+3
| * [zebra] Fix merge error in previous solaris changesetpaul2007-04-292-1/+5
| * Only suppress adding a connected route to the kernel if it isdyoung2007-04-161-1/+1
| * [zebra] MTU change should propogate to zserv client on BSD/Solarispaul2007-04-103-1/+19
| * [zebra] Retain configured IPv4 address upon removal by kernelpaul2007-04-102-14/+24
| * [testzebra] stubs should call kernel_address_add on IP address installpaul2007-04-103-6/+37
| * [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixespaul2007-04-104-11/+19
| * [zebra] Fix interface metric bug on BSDpaul2007-03-062-1/+15
| * [zebra] IRDP should ignore non-IPv4 addressespaul2007-02-262-0/+10
| * [zebra] For solaris IPv6 PtP interfaces, try to support prefixlen != 128ajs2006-12-132-16/+18
| * [PtP over ethernet] New peer flag allows much more addressing flexibilityajs2006-12-129-205/+170
| * [zebra] Changes of nexthops of static routes didnt take effectpaul2006-12-082-10/+18
| * [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...paul2006-10-151-2/+12
| * 2006-09-13 Tom Everett <tom@khubla.com>gdt2006-09-132-0/+9
| * [zebra] trivial: rtadv.h depends on interface.hpaul2006-08-062-0/+3
| * [zebra] fix inconsistencies in ifstat_update_* declarations and definitionspaul2006-08-064-10/+19
| * [zebra] IRDP: Move stream_free to where its created, probably fixing a leakpaul2006-08-043-3/+13
| * [zebra] add more stuff to misc_null to avoid compile breakagespaul2006-08-042-0/+7
| * [testzebra] Patch to misc_null.c to get older gcc to recognize #pragma tricksajs2006-08-022-0/+10
| * [zebra] Bug #268, Fix race between add/delete of routes, sanitise rib queueingpaul2006-07-273-176/+294
| * [zebra] Add 'debug zebra rib' commandspaul2006-07-273-0/+82
| * [zebra] Add test rig code, for testing the zebra RIBpaul2006-07-278-0/+453
| * [zebra] Connected routes must always be added to main tablepaul2006-07-274-1/+12
| * [zebra] Fix CID #104, check addr for null, and #18, check nexthop type argspaul2006-07-023-0/+22
| * [zebra] Fix forgetfulness wrt configured address on FreeBSDpaul2006-06-153-21/+74
| * [zebra] remove internal if_flag_dump, use libzebras version.paul2006-06-152-45/+7
| * [interface configuration] Try to avoid losing address info after shutdown.ajs2006-05-212-4/+21
| * [interface configuration] Preserve flag indicating address was set by quagga.ajs2006-05-192-2/+17
| * [debug] Improve zebra kernel socket debug message to include IP addresses.ajs2006-05-172-3/+45
| * [zebra] Remove private command string tablepaul2006-05-152-29/+6
| * [zebra] CID #31, guard against potential NULL return of route_node_lookuppaul2006-05-112-2/+7
| * [zebra] arrange structs in padding-efficient manner and remove unused fieldpaul2006-03-302-18/+23
| * [zebra] Display flags on their line in 'show interface'.paul2006-02-022-1/+7
| * [zebra] Fix pauls zebra_rib/rib_process commit mistakes, again.paul2006-01-302-5/+14
| * [zebra] Fix incorrect changes made in RIB metric selection patchquagga_0_99_3_releasepaul2006-01-252-4/+32
| * [zebra/solaris] Interface state fixups for Solaris.paul2006-01-259-92/+257
| * [compiler] miscellaneous trivial compiler warning fixespaul2006-01-194-7/+14
| * 2006-01-18 Gunnar Stigen <gunnar.stigen@axxessit.no>paul2006-01-182-4/+21
| * [zebra] Record NEWADDR metric on PF_ROUTE, print CACHEINFO debug on netlinkpaul2006-01-173-2/+22
| * [zebra] Defensive if_getaddrs bug fix.paul2006-01-172-0/+9
| * [zebra] Include metric on connected routes.paul2006-01-172-2/+9
| * [zserv] Extend Zserv header with version information and marker fieldpaul2006-01-162-38/+42
| * [zserv] Update interface flags to 8 bytes wide.paul2006-01-112-3/+8
| * remove dead code (from David Young)gdt2005-12-292-18/+2
| * 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com>gdt2005-12-292-1/+6
| * [zebra] fix connected_add_ipv6 declarations, label should be const.paul2005-11-263-2/+9
| * [zebra] Fix mistake in previous commit and further compile warnings/errors.paul2005-11-249-17/+81
| * [zebra] fix some small compile errors, mark several functions staticpaul2005-11-236-37/+65