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_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[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.16   13 years  bluhm   Fix all white space bugs in ospf6d at once. No binary change. ok claudio@
[TXT] control.h  1.2   14 years  eric   make ospf6ctl/ospf6d imsg-in-a-lib ready too. ospf6ctl is already broken in tre...
[TXT] database.c  1.12   13 years  claudio   Sync with ospfd/database.c
[TXT] hello.c  1.16   14 years  nicm   Rename some imsg bits to make namespace collisions less likely buf to ibuf, buf_...
[TXT] interface.c  1.19   12 years  claudio   Rework the distribution of link state and iface FSM state changes. Link state ch...
[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.36   12 years  claudio   It helps to set the sdl_family so that the kernel knows what this is.
[TXT] log.c  1.7   12 years  sthen   Decouple log_verbose() from log_init() so the verbose flag stays set with "-v" (...
[TXT] log.h  1.5   14 years  claudio   Implement log_in6addr_scope() yet another function doing the same thing again bu...
[TXT] lsack.c  1.5   14 years  nicm   Rename some imsg bits to make namespace collisions less likely buf to ibuf, buf_...
[TXT] lsreq.c  1.7   13 years  claudio   wrap long line
[TXT] lsupdate.c  1.8   13 years  bluhm   Calculate size of update packet with IPv6 header and reserve space for IPsec. A...
[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.11   15 years  stsp   For SPF calculation, we will need the source address specified in hello packets ...
[TXT] ospf6.h  1.18   13 years  claudio   Make the sequence number constanst explicitly unsigned. The seq_num is already d...
[TXT] ospf6d.8  1.13   14 years  jmc   now that we can handle >9 args, put "-D name=value" on one line: it's a bit more...
[TXT] ospf6d.c  1.22   12 years  sthen   Decouple log_verbose() from log_init() so the verbose flag stays set with "-v" (...
[TXT] ospf6d.conf.5  1.9   12 years  sthen   mention "include" support, boilerplate from ospfd.conf(5), ok dlg@
[TXT] ospf6d.h  1.23   12 years  claudio   Kill nh_reachable. Link state checking is so easy now that it does not matter an...
[TXT] ospfe.c  1.37   12 years  claudio   Rework the distribution of link state and iface FSM state changes. Link state ch...
[TXT] ospfe.h  1.17   13 years  bluhm   Origin network-LSA with options based on the options of the link-LSAs. Without t...
[TXT] packet.c  1.11   13 years  guenther   Add missing #includes instead of assuming that some system header pulls in the n...
[TXT] parse.y  1.21   12 years  dlg   bring include support for config files in from ospfd. sure deraadt@
[TXT] printconf.c  1.4   13 years  bluhm   Redistributing the default route with ospf6d did not work correctly. - kroute.c ...
[TXT] rde.c  1.59   12 years  guenther   Add a #include that's currently picked up via another header that's violating na...
[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.35   13 years  bluhm   When removing an announced prefix, inherit the metric and ext_tag from the LSA t...
[TXT] rde_spf.c  1.23   13 years  bluhm   Fix all white space bugs in ospf6d at once. No binary change. ok claudio@