Age | Commit message (Expand) | Author |
2013-01-17 | improve snapshot handling: | Markus Friedl |
2013-01-17 | do not send IMSG_LS_UPD if we have no links; ok claudio | Markus Friedl |
2013-01-17 | ignore the nbr_adj_timer if we are not forming adjacencies; ok claudio | Markus Friedl |
2013-01-17 | transmit correct state to RDE; ok claudio | Markus Friedl |
2013-01-17 | allow two minutes until neighbor adjacencies are formed; ok claudio@ | Markus Friedl |
2013-01-17 | for point-to-point interfaces we need to send lsupdates to the | Markus Friedl |
2013-01-17 | the peer might still send more DD messages, even if the RDE has | Markus Friedl |
2013-01-17 | the event NBR_EVT_SEQ_NUM_MIS is not defined in state NBR_STA_XSTRT | Markus Friedl |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-18 | The if (!better && !equal) check is redundant as the same condition | Alexander Bluhm |
2012-08-29 | bump reference to rfc 1583 to rfc 2328; | Jason McIntyre |
2012-05-14 | Don't display a nonsense uptime for an inactive interface. ldpd fix from | Stuart Henderson |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-11 | delete excessive evtimer_pending; ok claudio | Theo de Raadt |
2012-04-10 | Handle file descriptor exhaustion in the accept() case. | Theo de Raadt |
2012-04-04 | Both LSA_TYPE_AREA_OPAQ and LSA_TYPE_AS_OPAQ can be found when traversing | Claudio Jeker |
2011-09-16 | Rather than reloading kernel routes immediately when an RTM_DESYNC is seen, | Stuart Henderson |
2011-08-20 | Decouple log_verbose() from log_init() so the verbose flag stays set with | Stuart Henderson |
2011-07-04 | LINK_STATE_IS_UP() cleanup userland part. There is no need to special | Claudio Jeker |
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov |
2011-05-24 | Fix nexthop calculation for directly connected P2P links. connected | Claudio Jeker |
2011-05-09 | First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can | Claudio Jeker |
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker |
2011-05-02 | More spring cleaning | Claudio Jeker |
2011-05-02 | Wrap some long lines and other cleanup. No functional change. | Claudio Jeker |
2011-05-02 | Some KNF, some other cleanup, fix some fatalx() messages. | Claudio Jeker |
2011-04-30 | no need to escape |, pointed out by jmc@ | Stuart Henderson |
2011-03-25 | Rewrite the lsack generation. Make it more like the lsupdate code. | Claudio Jeker |
2011-03-24 | Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthop | Claudio Jeker |
2011-03-08 | It was not possible to send out LS updates larger then the MTU. | Claudio Jeker |
2011-03-08 | Instead of using IBUF_READ_SIZE as upper bound when building various | Claudio Jeker |
2011-03-04 | Indent block correctly. | Claudio Jeker |
2011-02-02 | s/microseconds/milliseconds/, from Stijn on bugs@. | Stuart Henderson |
2011-01-18 | When fixing conflicts make sure the right vertex is passed to lsa_merge() | Claudio Jeker |
2011-01-17 | Fix redistribution of overlapping routes (e.g 10/8 and 10.0/16). | Claudio Jeker |
2011-01-12 | Kill struct rroute and move the metric to struct kroute. This | Claudio Jeker |
2010-12-13 | Do not use a carp address as ospf router id because it is not unique. | Alexander Bluhm |
2010-10-14 | kr_redistribute() needs to be called with the head node of a multipath | Claudio Jeker |
2010-10-01 | Reword a comment | Claudio Jeker |
2010-09-25 | When counting the lsa also build the sum of the ls_checksums. This can be | Claudio Jeker |
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-07-19 | When removing an announced prefix inherit the metric and ext_tag from the | Claudio Jeker |
2010-07-19 | lsa_refresh() was able to resurect dead LSA resulting in zombie anouncements. | Claudio Jeker |
2010-07-14 | handle RTM_DESYNC. if the kernel says we're out of sync with the kernel | David Gwynne |
2010-07-12 | Merge duplicate log messages into one log_warn(). | Alexander Bluhm |
2010-07-09 | ospfd is a AF_INET only routing daemon so limit the routing socket to that | Claudio Jeker |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-01 | Fix memory leak by adding a missing free(lsa). | Alexander Bluhm |
2010-06-28 | Fix IFADDRDEL imsg error message. | Alexander Bluhm |