OpenBSD CVS

src/usr.sbin/ospf6d/


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 / ospf6d

Current tag: OPENBSD_7_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] area.c  1.5   4 years  denis   Area is now part of struct iface OK remi@
[TXT] carp.c  1.3   14 years  claudio   Bring in sync with the bgpd version of carp.c. This fixes a memory leak in an er...
[TXT] control.c  1.30   3 years  claudio   Do the same control cleanup as in ospfd. Move control_state and ctl_conns into c...
[TXT] control.h  1.8   3 years  claudio   Do the same control cleanup as in ospfd. Move control_state and ctl_conns into c...
[TXT] database.c  1.21   2 years  sthen   log the interface along with the neighbour ID in various ospfd/ospf6d messages. ...
[TXT] hello.c  1.23   3 years  denis   Remove unused variables
[TXT] interface.c  1.29   4 years  denis   Remove unneeded <stddef.h>
[TXT] iso_cksum.c  1.1   16 years  norby   Welcome ospf6d The new ospf6d daemon will support OSPFv3, basically OSPF for IP...
[TXT] kroute.c  1.66   2 years  sthen   log the interface along with the neighbour ID in various ospfd/ospf6d messages. ...
[TXT] log.c  1.15   6 years  benno   bring ospf6d's log.c in sync with ospfd and bgpd ok florian@ claudio@
[TXT] log.h  1.13   2 years  deraadt   including sys/cdefs.h manually started as a result of netbsd trying to macro-bui...
[TXT] logmsg.c  1.1   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] lsack.c  1.9   2 years  sthen   log the interface along with the neighbour ID in various ospfd/ospf6d messages. ...
[TXT] lsreq.c  1.13   2 years  sthen   log the interface along with the neighbour ID in various ospfd/ospf6d messages. ...
[TXT] lsupdate.c  1.21   2 years  sthen   log the interface along with the neighbour ID in various ospfd/ospf6d messages. ...
[TXT] name2id.c  1.1   16 years  norby   Welcome ospf6d The new ospf6d daemon will support OSPFv3, basically OSPF for IP...
[TXT] neighbor.c  1.18   2 years  sthen   log the interface along with the neighbour ID in various ospfd/ospf6d messages. ...
[TXT] ospf6.h  1.21   11 years  markus   sync w/ospfd: improve snapshot handling; ok claudio, sthen
[TXT] ospf6d.8  1.20   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] ospf6d.c  1.52   2 years  naddy   ospf6d: fix -Wunused-but-set-variable warnings ospf6d.c: sync a missing bit of ...
[TXT] ospf6d.conf.5  1.25   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] ospf6d.h  1.50   3 years  claudio   Properly define ospfd_process as an extern in the header file.
[TXT] ospfe.c  1.67   3 years  claudio   Make the struct imsgev static. With this ospf6d compiles with -fno-common
[TXT] ospfe.h  1.25   3 years  claudio   Like in ospfd use a static pkt_ptr buffer.
[TXT] packet.c  1.20   3 years  claudio   Like ospfd allocate the recv buffer with malloc() on first call. This code assum...
[TXT] parse.y  1.51   2 years  naddy   Don't declare variables as "unsigned char *" that are passed to functions that t...
[TXT] printconf.c  1.10   4 years  remi   Allow the interface setting "type p2p" to be configured globallz or per area. Mo...
[TXT] rde.c  1.90   2 years  naddy   ospf6d: fix -Wunused-but-set-variable warnings ospf6d.c: sync a missing bit of ...
[TXT] rde.h  1.25   4 years  denis   Bring ospf6d closer to ospfd - update debug messages to be more precise - simpl...
[TXT] rde_lsdb.c  1.47   3 years  denis   Fix indent
[TXT] rde_spf.c  1.28   4 years  denis   Handle connected routes as ospfd(8) does. OK remi@
[TXT] util.c  1.3   5 years  remi   Make sure that the prefixlen returned by mask2prefixlen is never bigger than 128...