summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
...
| * | [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
| * 2005-11-14 Paul Jakma <paul.jakma@sun.com>paul2005-11-142-6/+15
| * [solaris] Extra debug and cross-checks for kernel_socket, two Sol9 fixes.paul2005-11-123-93/+177
| * [zebra] Fix warning and small connected-label changes merge error.paul2005-11-112-5/+11
| * - bah, fix likkle typo.paul2005-11-031-1/+1
| * 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-0310-43/+149
| * 2005-10-11 Paul Jakma <paul.jakma@sun.com>paul2005-10-113-4/+13
| * 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-012-66/+19
| * 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-10-012-0/+6
| * 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-2/+2
| * 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-292-0/+6
| * * connected.c: flag connected_up_ipv6() and connected_down_ipv6()vincent2005-09-282-0/+10
| * * rib.h: Add note about behaviour of rib_add_ipv[46]* functions -hasso2005-09-242-0/+8
| * * zebra_rib.c: Reduce the height of some staircases. Fixhasso2005-09-212-83/+65
| * 2005-09-21 Paul Jakma <paul.jakma@sun.com>paul2005-09-212-2/+15
| * 2005-09-12 Paul Jakma <paul.jakma@sun.com>paul2005-09-125-100/+124
| * * zebra_rib.c, rib.h: Add distance and metric arguments to thehasso2005-08-278-13/+26
| * 2005-07-29 Paul Jakma <paul.jakma@sun.com>paul2005-07-296-32/+39
| * 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-282-4/+5
| * 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-2827-273/+282
| * 2005-06-14 Paul Jakma <paul.jakma@sun.com>paul2005-06-142-52/+46
| * * rt_netlink.c: Remove unused netlink-addr socket declaration.hasso2005-06-122-14/+39
| * 2005-05-31 Paul Jakma <paul.jakma@sun.com>paul2005-05-312-15/+33
| * 2005-05-06 Paul Jakma <paul.jakma@sun.com>paul2005-05-062-1/+4
| * 2005-04-28 Paul Jakma <paul.jakma@sun.com>paul2005-04-285-148/+294