summaryrefslogtreecommitdiffstats
path: root/zebra/connected.c
Commit message (Expand)AuthorAgeFilesLines
* Remember protocol as well as scope in RIBStephen Hemminger2008-12-021-2/+3
* Manage system routes with zebraStephen Hemminger2008-08-151-10/+12
* Merge branch 'upstream' into islavistaStephen Hemminger2008-07-311-13/+0
|\
| * + initial edition of meta-queue for RIB updates processing (bug #431)pilot2008-06-021-13/+0
| * + fixed bug #418 (changing address on an existing interface doesn't cause exi...pilot2007-11-121-0/+15
| * [zebra] Routemap support on received routes, with 'set src' command (linux)paul2007-05-021-2/+2
| * Only suppress adding a connected route to the kernel if it isdyoung2007-04-161-1/+1
| * [PtP over ethernet] New peer flag allows much more addressing flexibilityajs2006-12-121-89/+43
| * [zebra] Connected routes must always be added to main tablepaul2006-07-271-1/+1
| * [zebra] Fix forgetfulness wrt configured address on FreeBSDpaul2006-06-151-21/+62
| * [interface configuration] Try to avoid losing address info after shutdown.ajs2006-05-211-4/+13
| * [interface configuration] Preserve flag indicating address was set by quagga.ajs2006-05-191-2/+10
| * [zebra] Include metric on connected routes.paul2006-01-171-2/+4
| * [zebra] fix connected_add_ipv6 declarations, label should be const.paul2005-11-261-1/+2
| * 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-4/+8
| * 2005-10-11 Paul Jakma <paul.jakma@sun.com>paul2005-10-111-2/+4
| * * connected.c: flag connected_up_ipv6() and connected_down_ipv6()vincent2005-09-281-0/+4
| * 2005-09-12 Paul Jakma <paul.jakma@sun.com>paul2005-09-121-89/+69
| * * zebra_rib.c, rib.h: Add distance and metric arguments to thehasso2005-08-271-1/+1
| * 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-2/+3
| * 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanuppaul2005-04-071-12/+6
| * 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-221-3/+3
| * OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,hasso2004-10-191-2/+44
| * Fix warnings. Didn't even look at files not compiled in Linux though.hasso2004-10-071-2/+2
| * New way to handle secondary addresses from Gilad Arnold.hasso2004-10-031-10/+9
| * Remove usage of evil list and listnode typedefs.hasso2004-09-231-2/+2
| * 2003-10-13 Douglas Fraser <doug+quagga@idmf.net>paul2003-10-131-2/+2
| * 2003-09-29 Paul Jakma <paul@dishone.st>paul2003-09-291-4/+4
| * Last fixes from 6Wind patch.hasso2003-05-251-0/+3
| * Amir - revision 197paul2003-04-091-1/+2
| * Kevin C Miller <kevinm@andrew.cmu.edu>patch_z16681_ospfd_nssapaul2002-12-131-1/+1
| * [zebra 14631] Generic PtP and RFC3021 interface addressing supportpatch_z14631_ptp_rfc3021paul2002-12-131-4/+4
| * Initial revisionpaul2002-12-131-0/+394
* Only announce connected routes if link is detectedStephen Hemminger2008-07-051-1/+1
* + fixed bug #418 (changing address on an existing interface doesn't cause exi...pilot2007-11-121-0/+15
* [zebra] Routemap support on received routes, with 'set src' command (linux)paul2007-05-021-2/+2
* Only suppress adding a connected route to the kernel if it isdyoung2007-04-161-1/+1
* [PtP over ethernet] New peer flag allows much more addressing flexibilityajs2006-12-121-89/+43
* [zebra] Connected routes must always be added to main tablepaul2006-07-271-1/+1
* [zebra] Fix forgetfulness wrt configured address on FreeBSDpaul2006-06-151-21/+62
* [interface configuration] Try to avoid losing address info after shutdown.ajs2006-05-211-4/+13
* [interface configuration] Preserve flag indicating address was set by quagga.ajs2006-05-191-2/+10
* [zebra] Include metric on connected routes.paul2006-01-171-2/+4
* [zebra] fix connected_add_ipv6 declarations, label should be const.paul2005-11-261-1/+2
* 2005-11-03 Paul Jakma <paul.jakma@sun.com>paul2005-11-031-4/+8
* 2005-10-11 Paul Jakma <paul.jakma@sun.com>paul2005-10-111-2/+4
* * connected.c: flag connected_up_ipv6() and connected_down_ipv6()vincent2005-09-281-0/+4
* 2005-09-12 Paul Jakma <paul.jakma@sun.com>paul2005-09-121-89/+69
* * zebra_rib.c, rib.h: Add distance and metric arguments to thehasso2005-08-271-1/+1
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-2/+3