summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_lsdb.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-10-102004-10-10 Paul Jakma <paul@dishone.st>paul2-1/+5
* Makefile.am: fix listing of ospf_snmp.c in noinst_HEADERS
2004-10-102004-10-05 Paul Jakma <paul@dishone.st>paul2-2/+6
* version.h.in: (pid_output*) add const qualifier.
2004-10-08Merge svn revisions 1065 and 1066 from Zebra CVS.hasso6-2/+3112
2004-10-08Compiler warnings fixes round 1.hasso13-54/+60
2004-10-08Argh, fix typo.hasso1-1/+1
2004-10-08There is no warnings here any more.hasso6-24/+30
2004-10-08Only warning left is the known lvalue problem in ripng_nexthop.c.hasso7-20/+26
2004-10-08More const strings.hasso3-11/+15
2004-10-08Although we don't look at current directory for config any more, it's nicehasso1-1/+1
to have modified config file here for development.
2004-10-082004-10-05 Paul Jakma <paul@dishone.st>paul2-1/+6
* version.h.in: print_version declaration is here, not in autoconf generated version.h.
2004-10-08- ospfclient should be in -devel package, if anywhere.paul1-3/+11
2004-10-07Vtysh compiles cleanly as well.hasso5-19/+22
2004-10-07Even more const strings and fix to bugfix.hasso3-5/+16
2004-10-072004-10-07 Paul Jakma <paul@dishone.st>paul1-0/+4
* ChangeLog: commit this too... * bump version to 0.97.0, release imminent.
2004-10-07Fix warnings. Didn't even look at files not compiled in Linux though.hasso7-12/+18
2004-10-07No warnings here any more.hasso18-430/+72
2004-10-072004-10-07 Greg Troxel <gdt@claude.ir.bbn.com>gdt2-4/+12
* ospf_apiserver.c (ospf_apiserver_unregister_opaque_type): Don't use of variable names 'node' and 'nextnode' to avoid possible conflict with list macros. Move variable declaration inside for loop after a statement to top of function.
2004-10-07Make more strings const.hasso6-9/+15
2004-10-072004-10-07 Paul Jakma <paul@dishone.st>paul1-2/+2
* bump version to 0.97.0, release imminent.
2004-10-07- make specfile actually workpaul1-4/+6
2004-10-072004-10-07 Paul Jakma <paul@dishone.st>paul3-3/+9
* ospf_snmp.c: Missed list typedef update * ospf_dump.c: Include sockopt.h for header swab functions.
2004-10-072004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>gdt2-2/+7
* configure.ac: remove -Wpacked; 2.95.3 doesn't support it.
2004-10-05Number of warnings is down to 3 again in lib directory. A lot of const'shasso24-161/+163
added to strings and a lot of int -> unsigned int changes.
2004-10-052004-10-05 Paul Jakma <paul@dishone.st>paul2-34/+37
* thread.c: (funcname_thread_add_timer_timeval) new function, add timer at specified timeval. (funcname_thread_add_timer) use funcname_thread_add_timer_timeval. (funcname_thread_add_timer_msec) ditto
2004-10-052004-10-05 Paul Jakma <paul@dishone.st>paul2-61/+89
* irdp_packet.c: (parse_irdp_packet) style issues. Use sockopt_iphdrincl_swab_systoh. Try unbork the code. Checksum the ICMP data and actually compare it to received checksum. Check data length against claimed length in header. Always use ntoh.. when accessing addresses, even when the comparison happens to be endian-safe. (send_packet) minor style isues. Use sockopt_iphdrincl_swab_htosys. (irdp_iph_hton/ntoh) IP header to/from network/host order.
2004-10-052004-10-05 Paul Jakma <paul@dishone.st>paul3-46/+14
* ospf_packet.c: replace ospf_swap_iph_to... with sockopt_iphdrincl_swab_...
2004-10-052004-10-05 Paul Jakma <paul@dishone.st>paul3-0/+39
* sockopt.{c,h}: add sockopt_iphdrincl_swab_{htosys,systoh}, functions to change byte order between system IP_HDRINCL order and host order.
2004-10-05Even my time is limited :).hasso2-4/+8
2004-10-05Remove dead files.hasso2-90/+0
2004-10-04First small part of lib cleanup. Mainly "constification" of arguments andhasso9-62/+80
adding FIXME's.
2004-10-04Every file includes it and warns about it.hasso1-1/+0
2004-10-03Document stuff I broke today.hasso1-0/+12
2004-10-03Big vtysh cleanup. See changelogs for details.hasso14-177/+307
2004-10-03New way to handle secondary addresses from Gilad Arnold.hasso4-89/+207
2004-10-03Common router id.hasso26-151/+584
2004-09-302004-09-30 Paul Jakma <paul@dishone.st>paul2-4/+14
* Update default CFLAGS for gcc to keep Hasso busy.
2004-09-30* Wed Sep 15 2004 Paul Jakma <paul@dishone.st>paul1-27/+59
- build snmp support by default - build irdp support - build with shared libs - devel subpackage for archives and headers
2004-09-29Merge svn revision 1048 from Zebra cvs. Also add missing sokopt.h includehasso6-9/+15
to ospf6_network.h.
2004-09-28I think that it's better to report bugs into Bugzilla.hasso1-1/+1
2004-09-28CVS ignores symlinks, but I recently updated update-autotools to havepaul1-0/+3
libtool copy files rather than symlink. Ignore these now copied files.
2004-09-27This code didn't survive valgrinding. I wonder how it survived normal run.hasso2-0/+7
2004-09-272004-09-27 Paul Jakma <paul@dishone.st>paul3-22/+38
* ospf_dump.c: (ospf_ip_header_dump) Use HAVE_IP_HDRINCL_BSD_ORDER Apply to offset too. Print ip_cksum, lets not worry about possible 2.0.37 compile problems. * ospf_packet.c: (ospf_swap_iph_to{n,h}) Use HAVE_IP_HDRINCL_BSD_ORDER. (ospf_recv_packet) ditto. (ospf_write) Fixup iov argument to ospf_write_frags.
2004-09-272004-09-27 Paul Jakma <paul@dishone.st>paul2-0/+43
* zebra.h: Add WANT_OSPF_WRITE_FRAGMENT for ospfd to try to fragment oversized packets. Enabled only for Linux. Add HAVE_IP_HDRINCL_BSD_ORDER to define struct ip byte order, to consolidate various ad-hoc platform defines for same thing.
2004-09-272004-09-27 Paul Jakma <paul@dishone.st>paul2-1/+7
* update-autotools: libtoolize should copy files, rather than link. the whole idea is that dist files should not need auto*, etc. installed to be able to compile.
2004-09-272004-09-27 Paul Jakma <paul@dishone.st>paul2-4/+10
* ospf_packet.c: (ospf_write) (struct msghdr).msg_name is caddr_t on most platforms. (ospf_recv_packet) ditto. And msg_flags is not always there memset struct then set fields we care about rather than initialise all fields individually.
2004-09-26Brown paperbag please. Fix previous commit.hasso2-5/+13
2004-09-26Compiler warning fix.hasso2-1/+5
2004-09-26Compiler warnings fixes.hasso16-71/+64
2004-09-26Fix compiler warning.hasso2-0/+5
2004-09-26Compiler warnings fixes.hasso21-31/+58