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_3_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.26   6 years  benno   bring ospf6d's log.c in sync with ospfd and bgpd ok florian@ claudio@
[TXT] control.h  1.5   9 years  claudio   Same session_socket_blockmode() changes as done to ospfd. Also do the same krout...
[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.23   6 years  claudio   Increase SO_RCVBUF of the ospf socket to 256k having this buffer can result in p...
[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.54   6 years  benno   ospf6d mostly only cares about AF_INET6 routes found while investigating routing...
[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.35   6 years  jca   Disable config reload, ospf6d just exits on reload with simple setups. And fixi...
[TXT] ospf6d.conf.5  1.12   8 years  reyk   ospf6d looks for net.inet6.ip6.forwarding, not net.inet.ip.forwarding. OK jca@ ...
[TXT] ospf6d.h  1.35   6 years  claudio   Bump the read sockbuf of the routing socket to 2MB, may help reduce some of the ...
[TXT] ospfe.c  1.51   6 years  benno   bring ospf6d's log.c in sync with ospfd and bgpd ok florian@ claudio@
[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.30   7 years  krw   Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more modern TAILQ_F...
[TXT] printconf.c  1.5   7 years  jca   Print metric and type for "redistribute" in ospf6d -v. Similar diff as for ospf...
[TXT] rde.c  1.72   6 years  benno   bring ospf6d's log.c in sync with ospfd and bgpd ok florian@ claudio@
[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.2   11 years  bluhm   Unfortunately "ospf6ctl show fib" printed embedded scopes as the destination add...