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_0


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.20   3 years  denis   Remove unused variables
[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.65   3 years  jmatthew   Use the ROUTE_FLAGFILTER setsockopt to filter out routing socket messages for L2...
[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.12   6 years  benno   bring ospf6d's log.c in sync with ospfd and bgpd ok florian@ claudio@
[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.8   4 years  denis   Refactor link state ack/req. OK remi@
[TXT] lsreq.c  1.12   3 years  claudio   Use ospfe_imsg_compose_rde() instead of exporting iev_rde and using imsg_compose...
[TXT] lsupdate.c  1.20   3 years  claudio   Use ospfe_imsg_compose_rde() instead of exporting iev_rde and using imsg_compose...
[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.17   3 years  denis   Remove unused variable
[TXT] ospf6.h  1.21   11 years  markus   sync w/ospfd: improve snapshot handling; ok claudio, sthen
[TXT] ospf6d.8  1.19   4 years  landry   Consistently use _rcctl enable foo_ in examples, it's simpler and less error pro...
[TXT] ospf6d.c  1.51   2 years  deraadt   repair missing paths on unveil failure
[TXT] ospf6d.conf.5  1.24   4 years  jmc   list example files in FILES with a short description: generally, "Example config...
[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.50   3 years  benno   getifaddrs() can return entries where ifa_addr is NULL. Check for this before ac...
[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.89   3 years  claudio   Make the struct imsgev static. With this ospf6d compiles with -fno-common
[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...