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_5_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   11 years  bluhm   Move common ospf6d functions for ipv6 address manipulation into util.c to reuse ...
[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.24   8 years  claudio   EAGAIN handling for imsg_read. OK henning@ benno@
[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.17   9 years  krw   Nuke more obvious #include duplications. ok deraadt@ millert@ tedu@
[TXT] interface.c  1.22   8 years  stsp   As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. And s...
[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.48   8 years  claudio   Similar to bgpd and ospfd skip broadcast (should not happen) and llinfo routes a...
[TXT] log.c  1.11   9 years  bluhm   Convert the logic in yyerror(). Instead of creating a temporary format string, ...
[TXT] log.h  1.8   9 years  bluhm   Convert the logic in yyerror(). Instead of creating a temporary format string, ...
[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.13   11 years  markus   sync w/ospfd: improve snapshot handling; ok claudio, sthen
[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.30   8 years  sthen   Remove setproctitle() for the parent process. Because rc.d(8) uses process title...
[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.29   8 years  stsp   As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. And s...
[TXT] ospfe.c  1.47   8 years  claudio   EAGAIN handling for imsg_read. OK henning@ benno@
[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.27   9 years  jsg   Don't allow embedded nul characters in strings. Fixes a pfctl crash with an anch...
[TXT] printconf.c  1.4   13 years  bluhm   Redistributing the default route with ospf6d did not work correctly. - kroute.c ...
[TXT] rde.c  1.65   8 years  claudio   EAGAIN handling for imsg_read. OK henning@ benno@
[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...