summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-01-09Avoid messing up the screen by non-printable chars in hostname +Otto Moerbeek
2004-01-09show fib connected|static|bgp|nexthop|[address]Henning Brauer
2004-01-09for IMSG_CTL_KROUTEs allow matching based on flags,Henning Brauer
2004-01-09flag kernel routes whch are not conencted routes as static routes.Henning Brauer
2004-01-09a sample "show fib" implementationHenning Brauer
2004-01-09get us a stateful imsg relaying framework, and the first receiver,Henning Brauer
2004-01-09we must ignore SIGPIPE.Henning Brauer
2004-01-09you must not try to read(2) without checking (pfd->revents & POLLIN)Henning Brauer
2004-01-09Delete default route before attempting to add the new one, or the old oneTheo de Raadt
2004-01-09for RTM_IFINFO messages showing up on the routing socket do not everHenning Brauer
2004-01-08in kroute_insert, use knexthop_validate instead of hand-baking a slightlyHenning Brauer
2004-01-08in knexthop_validate, always call kroute_detach_nexthop, notHenning Brauer
2004-01-08fix kroute_detach_nexthopHenning Brauer
2004-01-08our own internal route flags should have been an u_int8_t from the beginningHenning Brauer
2004-01-08rename a few functions to further clarify thingsHenning Brauer
2004-01-08big reorganization.Henning Brauer
2004-01-08.Xr bgpd.conf 5Henning Brauer
2004-01-08KNFHenning Brauer
2004-01-08keep track of interface status. if an interface goes down mark all connectedHenning Brauer
2004-01-08sync with sysctl/drivers + 0K == -273.15C; report grange; ok henningMarkus Friedl
2004-01-08typo fix (must be rtm_addrs). from fujitsuJun-ichiro itojun Hagino
2004-01-07missing Ic; from Andrey Matveev;Jason McIntyre
2004-01-07deal with messages on the AF_ROUTE socket in a multiprotocol friendlier way.Henning Brauer
2004-01-07fix a check that catched too much... now connected routes that appearHenning Brauer
2004-01-07Modified version of hennings last patch. OK henning@Claudio Jeker
2004-01-07Duh. Fixing stupid braino. OK henning@Claudio Jeker
2004-01-07Document mrt dump comands. Help by jmc@ OK henning@Claudio Jeker
2004-01-07KNFHenning Brauer
2004-01-07don't ever send kroute change (that includes add) requests to the parentHenning Brauer
2004-01-07handle global vs peer-specific holdtime in a nicer and reload-friendlierHenning Brauer
2004-01-07don't try to be smart after config reloads and try to detect wetherHenning Brauer
2004-01-07Make sure that kroute updates for the FIB are only sent if there is aClaudio Jeker
2004-01-06small bug that was not so easy to fix: we did not allow empty lines (orHenning Brauer
2004-01-06neighbor 1.2.3.4 up/downHenning Brauer
2004-01-06two new imsg types, IMSG_CTL_NEIGHBOR_UP and _DOWN, on their receival on theHenning Brauer
2004-01-06initialize new peers inline instead of looping through 'em initing eachHenning Brauer
2004-01-06Free buf on error and correct of by one in strlcpy.Claudio Jeker
2004-01-06in session_dispatch_msg, in the loop where we suck the messages out of theHenning Brauer
2004-01-06allow holdtime and holdtime min to be configuered per peerHenning Brauer
2004-01-06Fix signal handling when there is an error in inetd.conf. Found byTodd C. Miller
2004-01-06print intervals with the timersHenning Brauer
2004-01-06lower the initial value for the IdleHold timer from 90 to 30 seconds.Henning Brauer
2004-01-06properly punish oscillating neighbors.Henning Brauer
2004-01-06StartTimer -> IdleHoldTimerHenning Brauer
2004-01-06rename our StartTimer to IdleHoldTimer as per draft-ietf-idr-bgp4-23Henning Brauer
2004-01-06simplify a list;Jason McIntyre
2004-01-062004 OK henning@Claudio Jeker
2004-01-06Fix reopening of dump files.Claudio Jeker
2004-01-062004Henning Brauer
2004-01-05Big overhaul of the mrt code.Claudio Jeker