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_5_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.9   15 years  claudio   Full stub area support. This allows ABRs to announce a default network summary L...
[TXT] auth.c  1.14   15 years  claudio   Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@
[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.22   15 years  claudio   Fix an invalid pointer dereference in control_close(). If control_connbyfd() fai...
[TXT] control.h  1.2   19 years  claudio   typo in define. Found by David Krause.
[TXT] database.c  1.26   15 years  claudio   Implement buf_left() to make some some more buffer handling easier. buf_left() r...
[TXT] hello.c  1.15   15 years  claudio   Pass the buffer to send_packet() instead of spliting it up. This removes some di...
[TXT] in_cksum.c  1.6   17 years  deraadt   term 3 here can be dropped too
[TXT] interface.c  1.61   15 years  claudio   Remove some other useless debug messages that just add unneeded noise.
[TXT] iso_cksum.c  1.5   18 years  claudio   Cleanup and "simplify" iso checksum implementation. OK norby@
[TXT] kroute.c  1.67   15 years  gollo   fix last update OK claudio@ henning@
[TXT] log.c  1.5   18 years  claudio   Add some NOTREACHED to please lint.
[TXT] log.h  1.4   16 years  claudio   spaces
[TXT] lsack.c  1.18   15 years  claudio   Pass the buffer to send_packet() instead of spliting it up. This removes some di...
[TXT] lsreq.c  1.16   15 years  claudio   Implement buf_left() to make some some more buffer handling easier. buf_left() r...
[TXT] lsupdate.c  1.35   15 years  claudio   branches: 1.35.2; Implement buf_left() to make some some more buffer handling e...
[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.37   16 years  norby   Correct the output of several error and debug messages.
[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.22   15 years  sobrado   write point-to-point in a consistent way. jmc@ has provided a complete list of ...
[TXT] ospfd.c  1.60   15 years  claudio   Full stub area support. This allows ABRs to announce a default network summary L...
[TXT] ospfd.conf.5  1.34   15 years  claudio   We acutally use the lowest IP configured as router-id if none is specified.
[TXT] ospfd.h  1.75   15 years  claudio   Implement buf_left() to make some some more buffer handling easier. buf_left() r...
[TXT] ospfe.c  1.62   15 years  claudio   Full stub area support. This allows ABRs to announce a default network summary L...
[TXT] ospfe.h  1.39   15 years  claudio   Pass the buffer to send_packet() instead of spliting it up. This removes some di...
[TXT] packet.c  1.27   15 years  claudio   Pass the buffer to send_packet() instead of spliting it up. This removes some di...
[TXT] parse.y  1.65   15 years  claudio   First convert IP addresses to host-byte-order before checking which one is small...
[TXT] printconf.c  1.13   15 years  claudio   Full stub area support. This allows ABRs to announce a default network summary L...
[TXT] rde.c  1.77   15 years  michele   No need to check if neighbor exists before adding it as it is already done in rd...
[TXT] rde.h  1.35   15 years  claudio   Full stub area support. This allows ABRs to announce a default network summary L...
[TXT] rde_lsdb.c  1.42   15 years  claudio   Full stub area support. This allows ABRs to announce a default network summary L...
[TXT] rde_spf.c  1.67   15 years  claudio   Full stub area support. This allows ABRs to announce a default network summary L...
[TXT] buffer.c (in the Attic) [Hide]  1.10   15 years  claudio   Implement buf_left() to make some some more buffer handling easier. buf_left() r...
[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...