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_6_5_BASE


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.4   15 years  claudio   area_ospf_options() should not return network byte order options. Instead the ca...
[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.27   5 years  remi   Prevent ospf6d from starting when another process is listening on the control so...
[TXT] control.h  1.6   5 years  remi   Prevent ospf6d from starting when another process is listening on the control so...
[TXT] database.c  1.15   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] hello.c  1.18   6 years  claudio   Same change as rev 1.22 in ospfd: The IF_EVT_NBR_CHNG event needs to be fired wh...
[TXT] interface.c  1.24   5 years  remi   Add support for rdomains. small quirk from tb@ ok phessler@
[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.60   5 years  remi   Detect and remove routes in the kernel routing table with priority RTP_OSPF (or ...
[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.6   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] lsreq.c  1.8   11 years  sthen   port from ospfd/lsreq.c r1.20, ok claudio@ date: 2013/01/17 09:02:22; author: ...
[TXT] lsupdate.c  1.13   9 years  bluhm   When comparing the LSA with the Ack, also check the age field. This ensures tha...
[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.14   6 years  claudio   Clear the dr and bdr fields of a neighbor when it goes down. Same is done in osp...
[TXT] ospf6.h  1.21   11 years  markus   sync w/ospfd: improve snapshot handling; ok claudio, sthen
[TXT] ospf6d.8  1.18   8 years  sobrado   use file system path (.Pa) semantic markup macros where appropriate. ok jmc@
[TXT] ospf6d.c  1.44   5 years  jca   One more TODO entry for reload support: check router-id changes ok benno@
[TXT] ospf6d.conf.5  1.18   5 years  remi   Add config option fib-priority to set a custom prio for routes ospf6d inserts in...
[TXT] ospf6d.h  1.39   5 years  remi   Add config option fib-priority to set a custom prio for routes ospf6d inserts in...
[TXT] ospfe.c  1.55   5 years  remi   Prevent ospf6d from starting when another process is listening on the control so...
[TXT] ospfe.h  1.19   9 years  lteo   Remove unnecessary netinet/in_systm.h include. ok millert@
[TXT] packet.c  1.14   9 years  jsg   use the sizeof the struct not the sizeof a pointer to the struct ok claudio@
[TXT] parse.y  1.42   5 years  deraadt   (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other larger typ...
[TXT] printconf.c  1.8   5 years  remi   Add config option fib-priority to set a custom prio for routes ospf6d inserts in...
[TXT] rde.c  1.79   5 years  remi   Add support for rdomains. small quirk from tb@ ok phessler@
[TXT] rde.h  1.22   13 years  bluhm   Fix all white space bugs in ospf6d at once. No binary change. ok claudio@
[TXT] rde_lsdb.c  1.38   10 years  sthen   typo in function name in log message
[TXT] rde_spf.c  1.25   8 years  mmcc   strings.h -> string.h to prevent an implicit declaration warning.
[TXT] util.c  1.3   5 years  remi   Make sure that the prefixlen returned by mask2prefixlen is never bigger than 128...