summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd
AgeCommit message (Expand)Author
2010-04-27imsg.h does not need sys/tree.h.Nicholas Marriott
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2010-02-23Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,Ingo Schwarze
2010-02-21Kill double declaration of control_imsg_relay().Michele Marchetto
2010-02-08Use SIGCHLD for the sigchild handler not SIGINT twice.Philip Guenthe
2010-01-02The .Rs macro must be followed by .Re, and empty .Rs is useless anyway.Ingo Schwarze
2010-01-02Fix comparison between the routing message's priority and RTP_RIP.Michele Marchetto
2009-12-08porcesses -> processesJonathan Gray
2009-12-02log_warn() consistency.Michael Knudsen
2009-11-02Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling ofClaudio Jeker
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-09-30Bring in sync with the bgpd version of carp.c. This fixes a memory leakClaudio Jeker
2009-09-30carp_demote_ioctl() can handle more then +/-1 steps so there is no need toClaudio Jeker
2009-09-26Added manpage bits about rdomain support.Michele Marchetto
2009-09-26Preliminary rdomain support.Michele Marchetto
2009-09-26Whitespace cleanup.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-09-15Enclose repeated buffer draining code in a new msgbuf_drain()Jacek Masiulaniec
2009-08-08Make imsg_clear close and free any fds in the received fd queue as well asNicholas Marriott
2009-07-31Reword the split horizon parameters in the configuration file.Michele Marchetto
2009-07-23make buf_write() behave like msgbuf_write(): send out only theEric Faurot
2009-07-07Make ripd(8) aware of MPLS routes.Michele Marchetto
2009-06-08revert this change by eric@:David Gwynne
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot
2009-06-07Make the imsg protocol network-safe.Eric Faurot
2009-06-06change the imsg header fields a bit to prepare for upcoming changes.Eric Faurot
2009-06-06Get ready for including imsg.h from a lib, when it comes along.Pierre-Yves Ritschard
2009-06-06make ripctl/ripd imsg-in-a-lib ready too.Eric Faurot
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-02Same reject and blackhole route handling as in ospfd. Allow those routesClaudio Jeker
2009-05-31Remove redundant imsg_event_add calls; ok claudio@Jacek Masiulaniec
2009-05-31Better EV_READ and EV_WRITE handling in the libevent callbacks. Again mostlyClaudio Jeker
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-03-31Assign the correct metric to the routes learned from the kernel while ripd isMichele Marchetto
2009-03-27Allow the announcement of default route also via redistribute 0.0.0.0/0Michele Marchetto
2009-03-25With redistribute connected set, announce the prefix on the interfaceMichele Marchetto
2009-03-24Change the behaviour of redistribute default.Michele Marchetto
2009-03-04typo;Michele Marchetto
2009-02-25Fix an invalid pointer dereference in control_close(). If control_connbyfd()Claudio Jeker
2008-12-17sort;Jason McIntyre
2008-12-17Add support for demotion counter.Michele Marchetto
2008-11-23Fix two error messages.Michele Marchetto
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-08-05Do not advertise the default route with wrong metric of 0. Set it to 1Claudio Jeker
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-05-09prio RTP_RIP for inserted routesHenning Brauer
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt