summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/kroute.c
AgeCommit message (Expand)Author
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-06-26Remove obsolete mcast routes in ldpd and ripd.Claudio Jeker
2010-07-12Merge duplicate log messages into one log_warn().Alexander Bluhm
2010-01-02Fix comparison between the routing message's priority and RTP_RIP.Michele Marchetto
2009-09-26Preliminary rdomain support.Michele Marchetto
2009-09-24Priorities are now handled in the kernel so:Michele Marchetto
2009-09-18Make kroute code routing priority aware.Michele Marchetto
2009-07-07Make ripd(8) aware of MPLS routes.Michele Marchetto
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-02Same reject and blackhole route handling as in ospfd. Allow those routesClaudio Jeker
2009-03-31Assign the correct metric to the routes learned from the kernel while ripd isMichele Marchetto
2008-05-09prio RTP_RIP for inserted routesHenning Brauer
2007-10-24An u_int8_t is enough as prefixlen. Another lint warning gone.Claudio Jeker
2007-10-18spacingTheo de Raadt
2007-10-17Add missing RTM_VERSION checks.Claudio Jeker
2007-04-27Ripd needs a valid route for 224.0.0.9 to work. Instead of forcing users toClaudio Jeker
2007-04-19Use vectorized writes to send routing messages into the kernel instead ofClaudio Jeker
2007-03-19Doh! If we support "redistribute rtlabel" we should actually track theClaudio Jeker
2007-03-13Same problem as in ospfd's kroute.c don't check rtm_tableid without verifyingClaudio Jeker
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-28mib we pass to sysctl when fetching the routing table has 7 entries now,Henning Brauer
2006-11-16ignore messages for alternate routing tables for now; from bgpdHenning Brauer
2006-10-24spelling and typo fixesDavid Krause
2006-10-18Welcome ripdEsben Norby