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_3_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   19 years  norby   Support dumping the configuration the way bgpd(8) does it. This makes it possib...
[TXT] area.c  1.4   19 years  norby   kill area debugging stuff.
[TXT] auth.c  1.5   19 years  claudio   Use the dynamic buffer API for packet generation and sending. OK norby@
[TXT] control.c  1.11   19 years  norby   Add "show database asbr/external/network/router/self-originate/summary" to ospfc...
[TXT] control.h  1.2   19 years  claudio   typo in define. Found by David Krause.
[TXT] database.c  1.12   19 years  norby   Virtual link support. ok claudio@
[TXT] hello.c  1.9   18 years  claudio   Fix one of the most fragile part of ospfd -- the interface election code. One of...
[TXT] in_cksum.c  1.1   19 years  claudio   Welcome ospfd started by Esben Norby some time ago by using the imsg/three proce...
[TXT] interface.c  1.31   18 years  claudio   Fix one of the most fragile part of ospfd -- the interface election code. One of...
[TXT] iso_cksum.c  1.1   19 years  claudio   Welcome ospfd started by Esben Norby some time ago by using the imsg/three proce...
[TXT] kroute.c  1.20   18 years  claudio   tab before newline.
[TXT] log.c  1.2   19 years  henning   and some includes too much here as well, grunk
[TXT] log.h  1.1   19 years  claudio   Welcome ospfd started by Esben Norby some time ago by using the imsg/three proce...
[TXT] lsack.c  1.13   19 years  norby   Nasty bug! Found during the development of virtual link support. Personally I sp...
[TXT] lsreq.c  1.10   19 years  norby   Remove unneeded debug messages from LS request.
[TXT] lsupdate.c  1.11   19 years  norby   Remove unneeded debugging stuff when handling LS updates.
[TXT] neighbor.c  1.23   18 years  claudio   simplify the fsm by moving all the checks that are done if the state changed int...
[TXT] ospf.h  1.12   19 years  claudio   Do no longer force the default router priority to 0. Ospfd can be used as DR or ...
[TXT] ospfd.8  1.8   19 years  jmc   add -nv to SYNOPSIS;
[TXT] ospfd.c  1.23   18 years  norby   Fix possible race condition in signal handler. Report and fix from Micheal Knud...
[TXT] ospfd.conf.5  1.10   19 years  claudio   Be more specific on what we redistribute. OK norby@
[TXT] ospfd.h  1.35   18 years  claudio   Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes are ...
[TXT] ospfe.c  1.31   18 years  claudio   Passive interfaces belong to the area and should be announced as stub networks. ...
[TXT] ospfe.h  1.15   19 years  norby   Remove unused neighbor state. ok claudio@
[TXT] packet.c  1.11   18 years  henning   EINTR, and a little KNF in packet.c
[TXT] parse.y  1.16   18 years  claudio   Make it possible to specify interfaces just by using "interface em0" without a {...
[TXT] printconf.c  1.1   19 years  norby   Support dumping the configuration the way bgpd(8) does it. This makes it possib...
[TXT] rde.c  1.28   18 years  claudio   Try to do an SPF recalculation only if the LS DB changed. This is still not perf...
[TXT] rde.h  1.20   18 years  claudio   Try to do an SPF recalculation only if the LS DB changed. This is still not perf...
[TXT] rde_lsdb.c  1.19   18 years  claudio   Try to do an SPF recalculation only if the LS DB changed. This is still not perf...
[TXT] rde_spf.c  1.33   18 years  claudio   rt_lookup() did not respect the route node invalid flag and so AS-ext routes whe...
[TXT] buffer.c (in the Attic) [Hide]  1.7   18 years  henning   EINTR, and a little KNF in packet.c
[TXT] imsg.c (in the Attic) [Hide]  1.4   19 years  henning   unify shared code a bit again to make future syncs easier From: Alexander von Ge...