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_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.6   17 years  deraadt   repair missing DPADD requests
[TXT] area.c  1.4   19 years  norby   kill area debugging stuff.
[TXT] auth.c  1.12   17 years  claudio   whitespace cleanup, no binary change.
[TXT] control.c  1.16   17 years  claudio   Typo in fatal() message found by dunceor @ gmail dot com
[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.58   17 years  claudio   whitespace cleanup, no binary change.
[TXT] iso_cksum.c  1.5   18 years  claudio   Cleanup and "simplify" iso checksum implementation. OK norby@
[TXT] kroute.c  1.42.2.1   17 years  ckuethe   From claudio@ > ospfd and ripd a re busted in 4.1 because the are unable to trac...
[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.1   18 years  claudio   Now that rtlabels are accessable via sysctl we can use route lables to define wh...
[TXT] neighbor.c  1.34   17 years  claudio   When deleting a neighbor or a interface make sure that no events are pending. Ne...
[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.12   17 years  stevesk   .Xr sysctl 8; wording from jmc@
[TXT] ospfd.c  1.41   17 years  claudio   whitespace cleanup, no binary change.
[TXT] ospfd.conf.5  1.21   17 years  claudio   Document redistribute set options. OK norby@
[TXT] ospfd.h  1.65   17 years  claudio   Preliminary configuration reload support. Seems to work reasonably well after fi...
[TXT] ospfe.c  1.53   17 years  norby   Set the metric for loopback interfaces. Fix by Dustin Lundquist - thank you ver...
[TXT] ospfe.h  1.34   17 years  claudio   Implement md_list_send() function to send auth crypt keys to the OSPF engine. Ne...
[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.43   17 years  claudio   whitespace cleanup, no binary change.
[TXT] printconf.c  1.6   17 years  joel   Properly indicate the state of "fib-update" ok claudio@
[TXT] rde.c  1.60   17 years  claudio   rde_nbr_loading() may be called with area == NULL. Check for this condition and ...
[TXT] rde.h  1.31   17 years  claudio   Do not link from the LS DB to outside structures that may vanish before the actu...
[TXT] rde_lsdb.c  1.37   17 years  claudio   Do not link from the LS DB to outside structures that may vanish before the actu...
[TXT] rde_spf.c  1.58   17 years  norby   Remove useless debug message when calculating the SPF tree. ok claudio@
[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.7   18 years  henning   sync to bgpd: use ibuf->pid in imsg_create if pid == 0, claudio ok