OpenBSD CVS

src/usr.sbin/ospfd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / ospfd

Current tag: OPENBSD_4_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   17 years  claudio   Demote support for ospfd. It is possible to specify a demote group on interfaces...
[TXT] area.c  1.6   17 years  claudio   Don't RB_REMOVE() vertices in area_del() this will be done by vertex_free(). Wit...
[TXT] auth.c  1.12   17 years  claudio   whitespace cleanup, no binary change.
[TXT] carp.c  1.1   17 years  claudio   Demote support for ospfd. It is possible to specify a demote group on interfaces...
[TXT] control.c  1.18   17 years  claudio   Add support for RFC 3137: OSPF Stub Router Advertisement This allows ospfd to an...
[TXT] control.h  1.2   19 years  claudio   typo in define. Found by David Krause.
[TXT] database.c  1.19   18 years  claudio   The return value of the start/stop timer functions is almost never checked. Swit...
[TXT] hello.c  1.13   18 years  claudio   Correctly warn about unsupported interface types as it is done in other places.
[TXT] in_cksum.c  1.6   17 years  deraadt   term 3 here can be dropped too
[TXT] interface.c  1.59   17 years  claudio   Demote support for ospfd. It is possible to specify a demote group on interfaces...
[TXT] iso_cksum.c  1.5   18 years  claudio   Cleanup and "simplify" iso checksum implementation. OK norby@
[TXT] kroute.c  1.52   16 years  pyr   when multipath routes exist, display them in ospfctl sh fib output. ok claudio@
[TXT] log.c  1.5   18 years  claudio   Add some NOTREACHED to please lint.
[TXT] log.h  1.3   18 years  claudio   Mark fatal and fatalx as __dead from a similar diff for bgpd from deraadt@
[TXT] lsack.c  1.17   18 years  claudio   Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED.
[TXT] lsreq.c  1.14   18 years  claudio   The return value of the start/stop timer functions is almost never checked. Swit...
[TXT] lsupdate.c  1.32   18 years  norby   remove unused variable, found by lint.
[TXT] name2id.c  1.2   16 years  reyk   add support for mapping route labels to AS-external route tags. manpage bits fr...
[TXT] neighbor.c  1.35   17 years  claudio   NBR_ACT_HELLO_CHK was missing in the nbr_action_names list.
[TXT] ospf.h  1.16   17 years  claudio   Make it possible to set the metric and LSA type for redistributed routes. Mostly...
[TXT] ospfd.8  1.14   17 years  jmc   convert to new .Dd format;
[TXT] ospfd.c  1.48   16 years  claudio   Don't fatal if the imsg pipe is closed, this is often triggered in the parent an...
[TXT] ospfd.conf.5  1.28   16 years  reyk   add support for mapping route labels to AS-external route tags. manpage bits fr...
[TXT] ospfd.h  1.68   16 years  reyk   add support for mapping route labels to AS-external route tags. manpage bits fr...
[TXT] ospfe.c  1.57   16 years  claudio   Don't fatal if the imsg pipe is closed, this is often triggered in the parent an...
[TXT] ospfe.h  1.36   17 years  claudio   Demote support for ospfd. It is possible to specify a demote group on interfaces...
[TXT] packet.c  1.22   17 years  claudio   Support for multiple networks on one interface. Until now only the main address ...
[TXT] parse.y  1.50   16 years  pyr   make the demote count argument optional as advertised in the man page.
[TXT] printconf.c  1.10   16 years  reyk   add support for mapping route labels to AS-external route tags. manpage bits fr...
[TXT] rde.c  1.69   16 years  claudio   Don't fatal if the imsg pipe is closed, this is often triggered in the parent an...
[TXT] rde.h  1.34   16 years  reyk   add support for mapping route labels to AS-external route tags. manpage bits fr...
[TXT] rde_lsdb.c  1.38   17 years  claudio   Next step in equal cost multipath support. Make the SPF calculation multipath aw...
[TXT] rde_spf.c  1.63   16 years  claudio   Fix two issues in the RIB calculation. First rt_nexthop_add() should not return ...
[TXT] buffer.c (in the Attic) [Hide]  1.8   18 years  claudio   ospfd does not need fd passing via the imsg framework so remove that code and re...
[TXT] imsg.c (in the Attic) [Hide]  1.9   16 years  pyr   make imsg_create use dynamic buffers. this does not change imsg_compose's behavi...