summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-07-31Reword the split horizon parameters in the configuration file.Michele Marchetto
2009-07-30add missing " when printing an error string. ok henning@Stuart Henderson
2009-07-29apply patch for https://www.isc.org/node/474 since jakob does notTheo de Raadt
2009-07-28introduce daemon_record_message() and needed glue in queue_shared.c toGilles Chehade
2009-07-28Use strcmp() for string comparison not ==Jonathan Gray
2009-07-28slightly change how makemap parses its lines so that we consider #Gilles Chehade
2009-07-28Install interface addresses of other routers (LA bit set or 128 prefixlen)Claudio Jeker
2009-07-28More fallout from the r1.31 commit. This time PID and the fd got swapped.Claudio Jeker
2009-07-28Running 'ospf6ctl show' twice caused ospf6d to fatal. Cause was a missing -Claudio Jeker
2009-07-28Track renamed struct member (r1.15 of ospf6d/ospf6.h) to fix compilation.Claudio Jeker
2009-07-28indentGilles Chehade
2009-07-28add missing bit to correctly spot loops in all cases.Gilles Chehade
2009-07-27seperation -> separation; from Amarendra GodboleJason McIntyre
2009-07-24RECONF_REINIT is a bad initial reconf_action state for templates.Claudio Jeker
2009-07-23no need for Xo/Xc when we have very simple list items;Jason McIntyre
2009-07-23Silence some lint warnings about an unreachable return by consolidatingBret Lambert
2009-07-23make buf_write() behave like msgbuf_write(): send out only theEric Faurot
2009-07-23Document rdomain keyword, again from stsp@Claudio Jeker
2009-07-23Spelling and comment fixes by stsp@Claudio Jeker
2009-07-23Update bgpctl show next to show all necessary info. This time OK henning@Claudio Jeker
2009-07-23Send the used kroute along with the nexthop information. This allows usClaudio Jeker
2009-07-23knexthop_compare() failed to compare correctly and because of this it wasClaudio Jeker
2009-07-21stop gcc from whiningTheo de Raadt
2009-07-21sorry, but showing a diff, getting an explicit "not ok" and then committingHenning Brauer
2009-07-20Try to show a more usable nexthop output. It may still change but at leastClaudio Jeker
2009-07-20Include more info in the bgpctl show nexthop ctl message. Mainly add theClaudio Jeker
2009-07-20On config reload errors free the list of ribs so that following reloadsClaudio Jeker
2009-07-20Flag added RIBs as F_RIB_NOFIB | F_RIB_NOEVALUATE in the no-eval case evenClaudio Jeker
2009-07-19fix fwrite return code checking.Jacek Masiulaniec
2009-07-19missing va_end in pppd; ok millert@Martynas Venckus
2009-07-17Correcly mark as 'R' ripd(8) inserted routes evenMichele Marchetto
2009-07-16ServerTokens default is ProductOnly;Jason McIntyre
2009-07-13Get rid of the multipath code, as it is not needed.Michele Marchetto
2009-07-13If there are no downstream members for a particular prefix, send a pruneMichele Marchetto
2009-07-12don't cast lvalue, no binary change.Jonathan Gray
2009-07-12Remove a semicolon at the end of an if statement so theJonathan Gray
2009-07-11synchronize the synopsis and usage of mopa.out(1); mopchk(1) can handleIgor Sobrado
2009-07-11fix the RTM_VERSION check in the evil loop to really getRainer Giedat
2009-07-10Advance the pointer past the message on the routing socket whereStuart Henderson
2009-07-08Detect nexthop change.Michele Marchetto
2009-07-08Fix memory leak in sarch filter parsing code.Bret Lambert
2009-07-07Forgot to commit this while adding all the RTM_VERSION checks. Reminded byClaudio Jeker
2009-07-07Make ripd(8) aware of MPLS routes.Michele Marchetto
2009-07-06default waittime is 5, not 3;Jason McIntyre
2009-07-03allow pkg_mklocatedb -p to work again; from espie@Christian Weisgerber
2009-07-02Rewrite the sysctl handlers to use libc functions (getifaddrs andClaudio Jeker
2009-06-29Protect the other rde_send_kroute() with a F_RIB_NOFIB check.Claudio Jeker
2009-06-29Doh! Fix logic botch that disconnected the FIB from the Loc-RIB instead ofClaudio Jeker
2009-06-29Unfuck mrt table dumps and plug a memory leak while there.Claudio Jeker
2009-06-29since upper-bound is not a power of two here, use arc4random_uniformMartynas Venckus