Age | Commit message (Expand) | Author |
2013-03-22 | port from ospfd/lsreq.c r1.20, ok claudio@ | Stuart Henderson |
2013-03-22 | Allow use of an alternative control socket, ported from ospfd. ok claudio@ | Stuart Henderson |
2013-03-22 | sync comment typos/whitespace with ospfd | Stuart Henderson |
2013-03-22 | typo in comment | Stuart Henderson |
2013-03-22 | gratuitous whitespace diff with ospfd/ospf.h | Stuart Henderson |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-06 | sync yyerror() with version in bgpd so that it logs to syslog when daemonized. | Stuart Henderson |
2013-01-14 | kroute.c rev 1.69 of ospfd for ospf6d | Florian Obser |
2012-10-22 | Unfortunately "ospf6ctl show fib" printed embedded scopes as the | Alexander Bluhm |
2012-10-21 | Move common ospf6d functions for ipv6 address manipulation into | Alexander Bluhm |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-20 | The current code in ospf6d kroute tries to read the scope of the | Alexander Bluhm |
2012-09-20 | Bring back log_in6addr_scope() as ospf6ctl uses it. | Alexander Bluhm |
2012-09-19 | Instead of fiddling about the kame hack here and there, implement | Alexander Bluhm |
2012-09-19 | Do not care about the kame hack when logging a link local address. | Alexander Bluhm |
2012-09-18 | The if (!better && !equal) check is redundant as the same condition | Alexander Bluhm |
2012-09-17 | Fix trailing whitespaces. | Alexander Bluhm |
2012-06-12 | The router-dead-time is only a 16-bit value in ospf v3. | Claudio Jeker |
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 |
2011-11-06 | Add a #include that's currently picked up via another header that's | Philip Guenthe |
2011-08-20 | Decouple log_verbose() from log_init() so the verbose flag stays set with | Stuart Henderson |
2011-07-07 | It helps to set the sdl_family so that the kernel knows what this is. | Claudio Jeker |
2011-07-07 | Rework the distribution of link state and iface FSM state changes. | Claudio Jeker |
2011-07-07 | Only send interface address changes to the ospfe/rde if the interface | Claudio Jeker |
2011-07-07 | Just use if_find() to find an interface by ifindex. | Claudio Jeker |
2011-07-07 | correct/change some debug and fatal messages. | Claudio Jeker |
2011-07-07 | KNF | Claudio Jeker |
2011-07-07 | Commit stuff that I added to another tree eventhough it should have | Claudio Jeker |
2011-07-07 | Kill nh_reachable. Link state checking is so easy now that it does not | Claudio Jeker |
2011-07-04 | LINK_STATE_IS_UP() cleanup userland part. There is no need to special | Claudio Jeker |
2011-07-04 | Make sure that passive interfaces (like carp) are added to the | Claudio Jeker |
2011-06-28 | mention "include" support, boilerplate from ospfd.conf(5), ok dlg@ | Stuart Henderson |
2011-06-27 | bring include support for config files in from ospfd. | David Gwynne |
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker |
2011-05-05 | KNF | Claudio Jeker |
2011-05-02 | Some cleanup, some KNF and sync non functional differences with | Claudio Jeker |
2011-05-02 | Sync with ospfd/database.c | Claudio Jeker |
2011-05-02 | wrap long line | Claudio Jeker |
2011-05-02 | Don't include sys/param.h and reformat some lines. | Claudio Jeker |
2011-04-30 | no need to escape |, pointed out by jmc@ | Stuart Henderson |
2011-03-24 | Make the sequence number constanst explicitly unsigned. The seq_num is | Claudio Jeker |
2011-03-07 | continguous -> contiguous | Henning Brauer |
2010-12-31 | Add missing #includes instead of assuming that some system header pulls in | Philip Guenthe |
2010-12-13 | Do not use a carp address as ospf router id because it is not unique. | Alexander Bluhm |
2010-10-14 | Same fix as previously commited to ospfd. Ensure that kr_redistribute() | Claudio Jeker |
2010-08-22 | Redistributing the default route with ospf6d did not work correctly. | Alexander Bluhm |
2010-08-22 | When removing an announced prefix, inherit the metric and ext_tag | Alexander Bluhm |
2010-08-22 | Origin network-LSA with options based on the options of the link-LSAs. | Alexander Bluhm |