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