Thanks to visit codestin.com
Credit goes to cvsweb.openbsd.org

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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   9 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] area.c  1.5   5 years  denis   Area is now part of struct iface OK remi@
[TXT] carp.c  1.3   15 years  claudio   Bring in sync with the bgpd version of carp.c. This fixes a memory leak in an er...
[TXT] control.c  1.38   10 months  claudio   Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour OK tb@
[TXT] control.h  1.8   4 years  claudio   Do the same control cleanup as in ospfd. Move control_state and ctl_conns into c...
[TXT] database.c  1.23   2 years  claudio   Update ospf6d to use new ibuf api. This mostly moves away from memcpy(ibuf_seek...
[TXT] hello.c  1.23   5 years  denis   Remove unused variables
[TXT] interface.c  1.30   2 years  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] iso_cksum.c  1.1   17 years  norby   Welcome ospf6d The new ospf6d daemon will support OSPFv3, basically OSPF for IP...
[TXT] kroute.c  1.70   8 months  anton   More daemons need the same treatment as ospfd recently got in order to prevent N...
[TXT] log.c  1.15   8 years  benno   bring ospf6d's log.c in sync with ospfd and bgpd ok florian@ claudio@
[TXT] log.h  1.13   3 years  deraadt   including sys/cdefs.h manually started as a result of netbsd trying to macro-bui...
[TXT] logmsg.c  1.1   9 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] lsack.c  1.10   2 years  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] lsreq.c  1.15   2 years  claudio   Use ibuf_data() instead of direct access to ibuf->buf, use ibuf_size() instead o...
[TXT] lsupdate.c  1.24   2 years  claudio   Use ibuf_data() instead of direct access to ibuf->buf, use ibuf_size() instead o...
[TXT] name2id.c  1.1   17 years  norby   Welcome ospf6d The new ospf6d daemon will support OSPFv3, basically OSPF for IP...
[TXT] neighbor.c  1.19   2 years  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] ospf6.h  1.22   2 years  sthen   add "fib reload" support to ospf6d/ospf6ctl, and trigger it automatically on a t...
[TXT] ospf6d.8  1.21   2 years  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] ospf6d.c  1.61   10 months  claudio   Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour OK tb@
[TXT] ospf6d.conf.5  1.28   2 months  schwarze   Make internal hyperlinking work by moving custom sections from .Sh to .Ss and th...
[TXT] ospf6d.h  1.52   16 months  jsg   remove prototypes with no matching function; ok claudio@
[TXT] ospfe.c  1.79   2 months  jan   Fix segfault in ospfd and ospf6d shutdown code ok phessler
[TXT] ospfe.h  1.26   16 months  jsg   remove prototypes with no matching function; ok claudio@
[TXT] packet.c  1.23   16 months  jsg   remove prototypes with no matching function; ok claudio@
[TXT] parse.y  1.53   13 months  florian   An area is either a decimal number or an IPv4 address. This lets us replace ine...
[TXT] printconf.c  1.10   5 years  remi   Allow the interface setting "type p2p" to be configured globallz or per area. Mo...
[TXT] rde.c  1.97   10 months  claudio   Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour OK tb@
[TXT] rde.h  1.25   5 years  denis   Bring ospf6d closer to ospfd - update debug messages to be more precise - simpl...
[TXT] rde_lsdb.c  1.48   2 years  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] rde_spf.c  1.29   2 years  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] util.c  1.4   2 years  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] buffer.c (in the Attic) [Hide]  1.7   15 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.c (in the Attic) [Hide]  1.10   15 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.h (in the Attic) [Hide]  1.7   15 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] in_cksum.c (in the Attic) [Hide]  1.2   17 years  claudio   Bye bye in_cksum.c, you're not needed here anymore.