]> git.puffer.fish Git - mirror/frr.git/log
mirror/frr.git
20 years agoAll access lists (IPv4 and IPv6) are used by all daemons to limit access to
hasso [Wed, 13 Oct 2004 08:47:32 +0000 (08:47 +0000)]
All access lists (IPv4 and IPv6) are used by all daemons to limit access to
vty.

20 years agoInitialize access lists here as well.
hasso [Wed, 13 Oct 2004 08:36:47 +0000 (08:36 +0000)]
Initialize access lists here as well.

20 years agoFix critical bugzilla #113. Make CMD_ERR_NOTHING_TODO nonfatal.
hasso [Wed, 13 Oct 2004 08:18:07 +0000 (08:18 +0000)]
Fix critical bugzilla #113. Make CMD_ERR_NOTHING_TODO nonfatal.

20 years ago2004-10-13 Paul Jakma <paul@dishone.st>
paul [Wed, 13 Oct 2004 05:22:18 +0000 (05:22 +0000)]
2004-10-13 Paul Jakma <paul@dishone.st>

* (global) more const'ification.
* sockunion.c: (sockunion_su2str) buffer should be sized
          SU_ADDRSTRLEN.
          (sockunion_log) do not return stack variables, strdup buf before
          return.
        * vty.h: Fix up the VTY_GET_INTEGER macros. Testing caller supplied
          values against ULONG_MAX is daft, when caller probably has passed
          a type that can not hold ULONG_MAX. use a temporary long instead.
          Add VTY_GET_LONG, make VTY_GET_INTEGER_RANGE use it, make
  VTY_GET_INTEGER a define for VTY_GET_INTEGER_RANGE.

20 years ago2004-10-13 Paul Jakma <paul@dishone.st>
paul [Wed, 13 Oct 2004 05:06:08 +0000 (05:06 +0000)]
2004-10-13 Paul Jakma <paul@dishone.st>

* (global) more const'ification and fixups of types to clean up code.
* bgp_mplsvpn.{c,h}: (str2tag) fix abuse. Still not perfect,
          should use something like the VTY_GET_INTEGER macro, but without
          the vty_out bits..
        * bgp_routemap.c: (set_aggregator_as) use VTY_GET_INTEGER_RANGE
          (no_set_aggregator_as) ditto.
        * bgpd.c: (peer_uptime) fix unlikely bug, where no buffer is
          returned, add comments about troublesome return value.

20 years agoSome compiler warnings fixes and fix for bugzilla #119.
hasso [Tue, 12 Oct 2004 20:50:58 +0000 (20:50 +0000)]
Some compiler warnings fixes and fix for bugzilla #119.

20 years agoUnbreak "show ip route" command.
hasso [Tue, 12 Oct 2004 15:55:19 +0000 (15:55 +0000)]
Unbreak "show ip route" command.

20 years agoUnbreak ospfclient compilation.
hasso [Tue, 12 Oct 2004 06:13:54 +0000 (06:13 +0000)]
Unbreak ospfclient compilation.

20 years agoospf6d supports SNMP as well now.
hasso [Tue, 12 Oct 2004 06:05:34 +0000 (06:05 +0000)]
ospf6d supports SNMP as well now.

20 years ago2004-10-11 Paul Jakma <paul@dishone.st>
paul [Mon, 11 Oct 2004 18:26:59 +0000 (18:26 +0000)]
2004-10-11 Paul Jakma <paul@dishone.st>

* bump version to 0.97.1, release imminent.

20 years ago2004-09-17 Paul Jakma <paul@dishone.st>
paul [Mon, 11 Oct 2004 18:21:55 +0000 (18:21 +0000)]
2004-09-17 Paul Jakma <paul@dishone.st>

* vtysh.c: (vtysh_client_execute) fix the sync fix. The 4th and
  final sync byte is not ASCII NULL, it's actually a status integer,
  and only ASCII NULL if CMD_SUCCESS is returned by daemon.
  Fix pointed out by Hasso.

20 years agoBetter common router-id handling.
hasso [Mon, 11 Oct 2004 17:02:40 +0000 (17:02 +0000)]
Better common router-id handling.

20 years agoUpdate NEWS - apiserver is disabled by default now.
hasso [Mon, 11 Oct 2004 16:29:29 +0000 (16:29 +0000)]
Update NEWS - apiserver is disabled by default now.

20 years agoDisable ospfapi init by default.
hasso [Mon, 11 Oct 2004 16:27:03 +0000 (16:27 +0000)]
Disable ospfapi init by default.

20 years ago2004-10-11 Paul Jakma <paul@dishone.st>
paul [Mon, 11 Oct 2004 14:33:23 +0000 (14:33 +0000)]
2004-10-11 Paul Jakma <paul@dishone.st>

* ospfd.texi: reformat the ospf md5 paragraph, add an additional
  way to work around bad clocks.

20 years agoFix warnings here.
hasso [Mon, 11 Oct 2004 13:20:40 +0000 (13:20 +0000)]
Fix warnings here.

20 years agoSync isisd with changes in lib.
hasso [Mon, 11 Oct 2004 13:11:56 +0000 (13:11 +0000)]
Sync isisd with changes in lib.

20 years agoSync with changes in lib. Make more strings const.
hasso [Mon, 11 Oct 2004 12:57:57 +0000 (12:57 +0000)]
Sync with changes in lib. Make more strings const.

20 years agoSome more const string fixes.
hasso [Mon, 11 Oct 2004 12:53:17 +0000 (12:53 +0000)]
Some more const string fixes.

20 years agoCommas -> dots.
hasso [Mon, 11 Oct 2004 12:14:22 +0000 (12:14 +0000)]
Commas -> dots.

20 years ago2004-10-11 Paul Jakma <paul@dishone.st>
paul [Mon, 11 Oct 2004 11:28:44 +0000 (11:28 +0000)]
2004-10-11 Paul Jakma <paul@dishone.st>

* if.h: mtu's should be unsigned.
* routemap.{c,h}: const char updates
* smux.{c,h}: ditto

20 years ago2004-10-11 Paul Jakma <paul@dishone.st>
paul [Mon, 11 Oct 2004 11:00:30 +0000 (11:00 +0000)]
2004-10-11 Paul Jakma <paul@dishone.st>

* (global) Const char update and signed/unsigned fixes.
* (various headers) size defines should be unsigned.
* ospf_interface.h: remove duplicated defines, include the
  authoritative header - though, these defines should probably
          be moved to a dedicated header, or ospfd.h.
* ospf_lsa.h: (struct lsa) ls_seqnum should be unsigned.
* ospf_packet.c: (ospf_write) cast result of shift to unsigned.

20 years ago2004-10-11 Paul Jakma <paul@dishone.st>
paul [Mon, 11 Oct 2004 10:11:25 +0000 (10:11 +0000)]
2004-10-11 Paul Jakma <paul@dishone.st>

* ospf_dump.c: (ospf_ip_header_dump) Assume header is in host order
  remove ntohs that should have dissappeared. Take struct ip
  as argument, caller has to know there's an IP header at start of
  stream anyway.
* ospf_dump.h: update declaration of ospf_ip_header_dump.
* ospf_packet.c: (ospf_write) correct call to
  sockopt_iphdrincl_swab_htosys which was munging the header.
  (ospf_recv_packet) ip_len is needed for old OpenBSD fixup.
  (ospf_read) sockopt_iphdrincl_swab_systoh ip header as soon as
  we have it.

20 years ago2004-10-11 Paul Jakma <paul@dishone.st>
paul [Mon, 11 Oct 2004 09:40:58 +0000 (09:40 +0000)]
2004-10-11 Paul Jakma <paul@dishone.st>

* thread.c: (funcname_thread_add_timer)
  (funcname_thread_add_timer_msec) Fix mistakes from last change.
  Pointed out by Liu Xin in [quagga-dev 1609].

20 years ago2004-10-10 Paul Jakma <paul@dishone.st>
paul [Sun, 10 Oct 2004 12:54:58 +0000 (12:54 +0000)]
2004-10-10 Paul Jakma <paul@dishone.st>

* ospf6_route.c: Add const qualifier to various char arrays of
          constants. signed/unsigned fixes.
          (ospf6_linkstate_table_show) argv is const
        * ospf6_snmp.c: listnode typedef is dead.
          (ospf6_snmp_init) Take struct thread_master arg, needed for
          smux_init.
        * ospf6_snmp.h: update ospf6_snmp_init declaration.
        * ospf6d.c: (ospf6_init) add const qualifier to sargv, pass master
          to ospf_snmp6_init.
* ospf6_asbr.c: const char update.
* ospf6_interface.c: ditto, plus signed/unsigned fixes.
  (ipv6_ospf6_cost) Check whether cost fits in u_int32_t and use
          strtoul.
* ospf6_intra.c: const char update. Parenthesise expression.
* ospf6_lsa.c: signed/unsigned and const char updates.
* ospf6_proto.c: ditto.
* ospf6_message.c: ditto.
* ospf6_lsdb.c: signed/unsigned update.
* ospf6_main.c: const char update.
* ospf6_neighbor.c: ditto.
* ospf6_spf.c: ditto.
* ospf6_top.c: ditto.

20 years ago2004-10-10 Paul Jakma <paul@dishone.st>
paul [Sun, 10 Oct 2004 11:56:56 +0000 (11:56 +0000)]
2004-10-10 Paul Jakma <paul@dishone.st>

* version.h.in: (pid_output*) add const qualifier.
* command.h: Change DEFUN func to take const char *[] rather
          than char **, to begin process of fixing compile warnings in lib/.
          Nearly all other changes in this commit follow from this change.
        * buffer.{c,h}: (buffer_write) pointer-arithmetic is gccism, take
          const void * and cast an automatic const char *p to it.
          (buffer_putstr) add const
        * command.c: (zencrypt) const qualifier
          (cmd_execute_command_real) ditto
          (cmd_execute_command_strict) ditto
          (config_log_file) ditto.
          Fix leak of getcwd() returned string.
        * memory.{c,h}: Add MTYPE_DISTRIBUTE_IFNAME for struct dist ifname.
        * distribute.{c,h}: Update with const qualifier.
          (distribute_free) use MTYPE_DISTRIBUTE_IFNAME
          (distribute_lookup) Cast to char *, note that it's ok.
          (distribute_hash_alloc) use MTYPE_DISTRIBUTE_IFNAME.
          (distribute_get)  Cast to char *, note that it's ok.
        * filter.c: Update with const qualifier.
        * if.{c,h}: ditto.
        * if_rmap.{c,h}: ditto.
          (if_rmap_lookup) Cast to char *, note that it's ok.
          (if_rmap_get) ditto.
        * log.{c,h}: Update with const qualifier.
        * plist.{c,h}: ditto.
        * routemap.{c,h}: ditto.
        * smux.{c,h}: ditto. Fix some signed/unsigned comparisons.
        * sockopt.c: (getsockopt_cmsg_data) add return for error case.
        * vty.c: Update with const qualifier.

20 years ago2004-10-10 Paul Jakma <paul@dishone.st>
paul [Sun, 10 Oct 2004 08:07:29 +0000 (08:07 +0000)]
2004-10-10 Paul Jakma <paul@dishone.st>

* Makefile.am: fix listing of ospf_snmp.c in noinst_HEADERS

20 years ago2004-10-05 Paul Jakma <paul@dishone.st>
paul [Sun, 10 Oct 2004 08:03:18 +0000 (08:03 +0000)]
2004-10-05 Paul Jakma <paul@dishone.st>

* version.h.in: (pid_output*) add const qualifier.

20 years agoMerge svn revisions 1065 and 1066 from Zebra CVS.
hasso [Fri, 8 Oct 2004 12:04:21 +0000 (12:04 +0000)]
Merge svn revisions 1065 and 1066 from Zebra CVS.

20 years agoCompiler warnings fixes round 1.
hasso [Fri, 8 Oct 2004 08:17:22 +0000 (08:17 +0000)]
Compiler warnings fixes round 1.

20 years agoArgh, fix typo.
hasso [Fri, 8 Oct 2004 06:40:24 +0000 (06:40 +0000)]
Argh, fix typo.

20 years agoThere is no warnings here any more.
hasso [Fri, 8 Oct 2004 06:36:38 +0000 (06:36 +0000)]
There is no warnings here any more.

20 years agoOnly warning left is the known lvalue problem in ripng_nexthop.c.
hasso [Fri, 8 Oct 2004 06:32:23 +0000 (06:32 +0000)]
Only warning left is the known lvalue problem in ripng_nexthop.c.

20 years agoMore const strings.
hasso [Fri, 8 Oct 2004 06:29:12 +0000 (06:29 +0000)]
More const strings.

20 years agoAlthough we don't look at current directory for config any more, it's nice
hasso [Fri, 8 Oct 2004 06:27:23 +0000 (06:27 +0000)]
Although we don't look at current directory for config any more, it's nice
to have modified config file here for development.

20 years ago2004-10-05 Paul Jakma <paul@dishone.st>
paul [Fri, 8 Oct 2004 01:36:54 +0000 (01:36 +0000)]
2004-10-05 Paul Jakma <paul@dishone.st>

* version.h.in: print_version declaration is here, not in autoconf
  generated version.h.

20 years ago- ospfclient should be in -devel package, if anywhere.
paul [Fri, 8 Oct 2004 00:49:09 +0000 (00:49 +0000)]
- ospfclient should be in -devel package, if anywhere.

20 years agoVtysh compiles cleanly as well.
hasso [Thu, 7 Oct 2004 21:40:25 +0000 (21:40 +0000)]
Vtysh compiles cleanly as well.

20 years agoEven more const strings and fix to bugfix.
hasso [Thu, 7 Oct 2004 21:32:14 +0000 (21:32 +0000)]
Even more const strings and fix to bugfix.

20 years ago2004-10-07 Paul Jakma <paul@dishone.st>
paul [Thu, 7 Oct 2004 20:38:44 +0000 (20:38 +0000)]
2004-10-07 Paul Jakma <paul@dishone.st>

* ChangeLog: commit this too...
* bump version to 0.97.0, release imminent.

20 years agoFix warnings. Didn't even look at files not compiled in Linux though.
hasso [Thu, 7 Oct 2004 20:29:24 +0000 (20:29 +0000)]
Fix warnings. Didn't even look at files not compiled in Linux though.

20 years agoNo warnings here any more.
hasso [Thu, 7 Oct 2004 20:07:40 +0000 (20:07 +0000)]
No warnings here any more.

20 years ago2004-10-07 Greg Troxel <gdt@claude.ir.bbn.com>
gdt [Thu, 7 Oct 2004 19:38:20 +0000 (19:38 +0000)]
2004-10-07  Greg Troxel  <gdt@claude.ir.bbn.com>

        * 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.

20 years agoMake more strings const.
hasso [Thu, 7 Oct 2004 19:33:46 +0000 (19:33 +0000)]
Make more strings const.

20 years ago2004-10-07 Paul Jakma <paul@dishone.st>
paul [Thu, 7 Oct 2004 16:25:49 +0000 (16:25 +0000)]
2004-10-07 Paul Jakma <paul@dishone.st>

* bump version to 0.97.0, release imminent.

20 years ago- make specfile actually work
paul [Thu, 7 Oct 2004 16:23:36 +0000 (16:23 +0000)]
- make specfile actually work

20 years ago2004-10-07 Paul Jakma <paul@dishone.st>
paul [Thu, 7 Oct 2004 14:19:36 +0000 (14:19 +0000)]
2004-10-07 Paul Jakma <paul@dishone.st>

* ospf_snmp.c: Missed list typedef update
* ospf_dump.c: Include sockopt.h for header swab functions.

20 years ago2004-10-07 Greg Troxel <gdt@sunpal7.mit.edu>
gdt [Thu, 7 Oct 2004 13:53:29 +0000 (13:53 +0000)]
2004-10-07  Greg Troxel  <gdt@sunpal7.mit.edu>

        * configure.ac: remove -Wpacked; 2.95.3 doesn't support it.

20 years agoNumber of warnings is down to 3 again in lib directory. A lot of const's
hasso [Tue, 5 Oct 2004 21:01:23 +0000 (21:01 +0000)]
Number of warnings is down to 3 again in lib directory. A lot of const's
added to strings and a lot of int -> unsigned int changes.

20 years ago2004-10-05 Paul Jakma <paul@dishone.st>
paul [Tue, 5 Oct 2004 14:57:50 +0000 (14:57 +0000)]
2004-10-05 Paul Jakma <paul@dishone.st>

* 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

20 years ago2004-10-05 Paul Jakma <paul@dishone.st>
paul [Tue, 5 Oct 2004 14:39:43 +0000 (14:39 +0000)]
2004-10-05 Paul Jakma <paul@dishone.st>

* 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.

20 years ago2004-10-05 Paul Jakma <paul@dishone.st>
paul [Tue, 5 Oct 2004 14:38:29 +0000 (14:38 +0000)]
2004-10-05 Paul Jakma <paul@dishone.st>

* ospf_packet.c: replace ospf_swap_iph_to... with
          sockopt_iphdrincl_swab_...

20 years ago2004-10-05 Paul Jakma <paul@dishone.st>
paul [Tue, 5 Oct 2004 14:33:43 +0000 (14:33 +0000)]
2004-10-05 Paul Jakma <paul@dishone.st>

* sockopt.{c,h}: add sockopt_iphdrincl_swab_{htosys,systoh},
          functions to change byte order between system IP_HDRINCL order
          and host order.

20 years agoEven my time is limited :).
hasso [Tue, 5 Oct 2004 14:15:17 +0000 (14:15 +0000)]
Even my time is limited :).

20 years agoRemove dead files.
hasso [Tue, 5 Oct 2004 14:09:04 +0000 (14:09 +0000)]
Remove dead files.

20 years agoFirst small part of lib cleanup. Mainly "constification" of arguments and
hasso [Mon, 4 Oct 2004 19:10:31 +0000 (19:10 +0000)]
First small part of lib cleanup. Mainly "constification" of arguments and
adding FIXME's.

20 years agoEvery file includes it and warns about it.
hasso [Mon, 4 Oct 2004 08:01:08 +0000 (08:01 +0000)]
Every file includes it and warns about it.

20 years agoDocument stuff I broke today.
hasso [Sun, 3 Oct 2004 20:21:38 +0000 (20:21 +0000)]
Document stuff I broke today.

20 years agoBig vtysh cleanup. See changelogs for details.
hasso [Sun, 3 Oct 2004 20:11:32 +0000 (20:11 +0000)]
Big vtysh cleanup. See changelogs for details.

20 years agoNew way to handle secondary addresses from Gilad Arnold.
hasso [Sun, 3 Oct 2004 18:46:08 +0000 (18:46 +0000)]
New way to handle secondary addresses from Gilad Arnold.

20 years agoCommon router id.
hasso [Sun, 3 Oct 2004 18:18:34 +0000 (18:18 +0000)]
Common router id.

20 years ago2004-09-30 Paul Jakma <paul@dishone.st>
paul [Thu, 30 Sep 2004 06:08:58 +0000 (06:08 +0000)]
2004-09-30 Paul Jakma <paul@dishone.st>

* Update default CFLAGS for gcc to keep Hasso busy.

20 years ago* Wed Sep 15 2004 Paul Jakma <paul@dishone.st>
paul [Thu, 30 Sep 2004 04:56:26 +0000 (04:56 +0000)]
* Wed Sep 15 2004 Paul Jakma <paul@dishone.st>
- build snmp support by default
- build irdp support
- build with shared libs
- devel subpackage for archives and headers

20 years agoMerge svn revision 1048 from Zebra cvs. Also add missing sokopt.h include
hasso [Wed, 29 Sep 2004 00:26:19 +0000 (00:26 +0000)]
Merge svn revision 1048 from Zebra cvs. Also add missing sokopt.h include
to ospf6_network.h.

20 years agoI think that it's better to report bugs into Bugzilla.
hasso [Tue, 28 Sep 2004 15:05:56 +0000 (15:05 +0000)]
I think that it's better to report bugs into Bugzilla.

20 years agoCVS ignores symlinks, but I recently updated update-autotools to have
paul [Tue, 28 Sep 2004 13:10:10 +0000 (13:10 +0000)]
CVS ignores symlinks, but I recently updated update-autotools to have
libtool copy files rather than symlink. Ignore these now copied files.

20 years agoThis code didn't survive valgrinding. I wonder how it survived normal run.
hasso [Mon, 27 Sep 2004 18:13:57 +0000 (18:13 +0000)]
This code didn't survive valgrinding. I wonder how it survived normal run.

20 years ago2004-09-27 Paul Jakma <paul@dishone.st>
paul [Mon, 27 Sep 2004 12:56:30 +0000 (12:56 +0000)]
2004-09-27 Paul Jakma <paul@dishone.st>

* 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.

20 years ago2004-09-27 Paul Jakma <paul@dishone.st>
paul [Mon, 27 Sep 2004 12:46:37 +0000 (12:46 +0000)]
2004-09-27 Paul Jakma <paul@dishone.st>

* 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.

20 years ago2004-09-27 Paul Jakma <paul@dishone.st>
paul [Mon, 27 Sep 2004 07:49:57 +0000 (07:49 +0000)]
2004-09-27 Paul Jakma <paul@dishone.st>

* 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.

20 years ago2004-09-27 Paul Jakma <paul@dishone.st>
paul [Mon, 27 Sep 2004 07:27:13 +0000 (07:27 +0000)]
2004-09-27 Paul Jakma <paul@dishone.st>

* 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.

20 years agoBrown paperbag please. Fix previous commit.
hasso [Sun, 26 Sep 2004 19:53:47 +0000 (19:53 +0000)]
Brown paperbag please. Fix previous commit.

20 years agoCompiler warning fix.
hasso [Sun, 26 Sep 2004 16:25:07 +0000 (16:25 +0000)]
Compiler warning fix.

20 years agoCompiler warnings fixes.
hasso [Sun, 26 Sep 2004 16:24:14 +0000 (16:24 +0000)]
Compiler warnings fixes.

20 years agoFix compiler warning.
hasso [Sun, 26 Sep 2004 16:11:14 +0000 (16:11 +0000)]
Fix compiler warning.

20 years agoCompiler warnings fixes.
hasso [Sun, 26 Sep 2004 16:09:34 +0000 (16:09 +0000)]
Compiler warnings fixes.

20 years agoCompiler warnings fixes.
hasso [Sun, 26 Sep 2004 16:08:11 +0000 (16:08 +0000)]
Compiler warnings fixes.

20 years agoCompile with gcc-4.0.
hasso [Sun, 26 Sep 2004 15:42:44 +0000 (15:42 +0000)]
Compile with gcc-4.0.

20 years ago* isisd.c: thread_master *master is already defined in isis_main.c.
hasso [Fri, 24 Sep 2004 10:45:28 +0000 (10:45 +0000)]
* isisd.c: thread_master *master is already defined in isis_main.c.
* isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header
  files.

20 years ago2004-09-24 Paul Jakma <paul@dishone.st>
paul [Fri, 24 Sep 2004 08:45:10 +0000 (08:45 +0000)]
2004-09-24 Paul Jakma <paul@dishone.st>

        * irdp_interface.c: (no_ip_irdp_address_preference_cmd)
          add missing listnode declaration.

20 years ago2004-09-24 Paul Jakma <paul@dishone.st>
paul [Fri, 24 Sep 2004 08:24:42 +0000 (08:24 +0000)]
2004-09-24 Paul Jakma <paul@dishone.st>

        * irdp_{interface,main}.c: lists typedef removal cleanup.
          update some list loops to LIST_LOOP. some miscellaneous style
          and indent fixups.
          (no_ip_irdp_address_preference_cmd) Fix delete of referenced node
          in loop.
        * irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer
          to pointer.
        * if_ioctl{,_solaris}.c: lists typedef removal cleanup.
          update some list loops to LIST_LOOP.

20 years ago2004-09-24 Paul Jakma <paul@dishone.st>
paul [Fri, 24 Sep 2004 08:23:24 +0000 (08:23 +0000)]
2004-09-24 Paul Jakma <paul@dishone.st>

        * ospf_apiserver.{c,h}: (ospf_apiserver_term) loops calling
          ospf_apiserver_free, which deletes referenced nodes from
          apiserver_list, fixed.

20 years agoforgot to commit changelog..
paul [Fri, 24 Sep 2004 08:09:57 +0000 (08:09 +0000)]
forgot to commit changelog..

20 years ago2004-09-24 Paul Jakma <paul@dishone.st>
paul [Fri, 24 Sep 2004 08:07:54 +0000 (08:07 +0000)]
2004-09-24 Paul Jakma <paul@dishone.st>

* ospf_packet.c: (ospf_write) ifdef fragmentation support.
          move actual fragmentation out to a new, similarly ifdefed, function.
  (ospf_write_frags) fragmented write support, moved from previous.

20 years ago2004-09-24 Paul Jakma <paul@dishone.st>
paul [Fri, 24 Sep 2004 08:01:38 +0000 (08:01 +0000)]
2004-09-24 Paul Jakma <paul@dishone.st>

        * ospf_apiserver.{c,h}: lists typedef removal cleanup.
          update some list loops to LIST_LOOP. some miscellaneous indent
          fixups.
          (ospf_apiserver_unregister_opaque_type) fix listnode_delete of
          referenced node in loop.
        * ospf_interface.h: lists typedef removal cleanup.
        * ospf_opaque.{c,h}: lists typedef removal cleanup. update some list
          loops to LIST_LOOP. miscellaneous style and indent fixups.
        * ospf_te.{c,h}: ditto
* ospf_packet.c: lists typedef removal cleanup.

20 years agoRemove usage of evil list and listnode typedefs.
hasso [Thu, 23 Sep 2004 19:18:23 +0000 (19:18 +0000)]
Remove usage of evil list and listnode typedefs.

20 years ago2004-09-22 Paul Jakma <paul.jakma@sun.com>
paul [Wed, 22 Sep 2004 13:15:58 +0000 (13:15 +0000)]
2004-09-22 Paul Jakma <paul.jakma@sun.com>

* zserv.c: (zsend_route_multipath) fix nasty bad memset of struct
          in_addr to sizeof(struct in6_addr), causing odd and hard to debug
          crash.

20 years ago2004-09-17 Paul Jakma <paul@dishone.st>
paul [Tue, 21 Sep 2004 15:43:13 +0000 (15:43 +0000)]
2004-09-17 Paul Jakma <paul@dishone.st>

* sockopt.c: Add missing bracket

20 years agoYet another DIS election fix from LIU Xin - update dis_record of
hasso [Tue, 21 Sep 2004 14:23:01 +0000 (14:23 +0000)]
Yet another DIS election fix from LIU Xin - update dis_record of
adjacencies when isisd becomes DIS.

20 years agoMake "C" vendor routers happy - put correct prefix addresses into
hasso [Tue, 21 Sep 2004 14:17:04 +0000 (14:17 +0000)]
Make "C" vendor routers happy - put correct prefix addresses into
reachability TLV's. Somehow it wasn't problem for "J" vendor routers.

20 years ago2004-09-20 LIU Xin <lx at ns.6test.edu.cn>
hasso [Mon, 20 Sep 2004 14:55:29 +0000 (14:55 +0000)]
2004-09-20 LIU Xin <lx at ns.6test.edu.cn>
* isis_dr.c, isis_events.c: Remove hello multiplier usage while scheduling
  DIS election.
* isis_pdu.c: Don't call isis_event_dis_status_change() whenever
  l[1|2]_desig_is is different from hdr.lan_id.

20 years agoRework of SPF threads schedule logic. I'm not 100% sure whether it's right
hasso [Sun, 19 Sep 2004 19:39:26 +0000 (19:39 +0000)]
Rework of SPF threads schedule logic. I'm not 100% sure whether it's right
thing to do to have completely separate threads for IPv4 and IPv6 SPF
though. But it works and it's now possible to have both IPv4 and IPv6
enabled in interface. One bug fixed in LSP regeneration scheduling as well.

20 years ago2004-09-17 Paul Jakma <paul@dishone.st>
paul [Fri, 17 Sep 2004 08:39:08 +0000 (08:39 +0000)]
2004-09-17 Paul Jakma <paul@dishone.st>

        * ripngd/ripngd.c: move setsockopt_so_recvbuf to lib.
        * lib/sockopt.{c,h}: Add setsockopt_so_recvbuf, for ripd and ripngd.
        * ripd/ripd.c: set receive buffer to a decent size, some systems
          have low defaults. Problem noted and fix suggested by Stephan
          Schweizer in [zebra 20967].

20 years agoAnother great little fix from LIU Xin.
hasso [Fri, 17 Sep 2004 07:59:57 +0000 (07:59 +0000)]
Another great little fix from LIU Xin.

20 years ago2004-09-17 Paul Jakma <paul@dishone.st>
paul [Fri, 17 Sep 2004 06:52:16 +0000 (06:52 +0000)]
2004-09-17 Paul Jakma <paul@dishone.st>

       * vtysh.c: (vtysh_client_execute) trailling NULLs can be arbitrarily
         split across reads, dont get confused by this and block forever.

20 years agoThere is several new RFCs ...
hasso [Wed, 15 Sep 2004 21:46:55 +0000 (21:46 +0000)]
There is several new RFCs ...

20 years agoSecond part of fixes from Laurent Rabret.
hasso [Wed, 15 Sep 2004 16:21:59 +0000 (16:21 +0000)]
Second part of fixes from Laurent Rabret.

20 years agoThere is no such option any more.
hasso [Wed, 15 Sep 2004 07:38:54 +0000 (07:38 +0000)]
There is no such option any more.

20 years agoIsisd is now able to remove addresses from circuit and trigger LSP updates
hasso [Tue, 14 Sep 2004 13:54:30 +0000 (13:54 +0000)]
Isisd is now able to remove addresses from circuit and trigger LSP updates
if it's done. Some random fixes as well and update to sample configuration.

20 years agoisis_pdu.c: Update l1_desig_is only if neighbor really is DIS.
hasso [Tue, 14 Sep 2004 11:05:13 +0000 (11:05 +0000)]
isis_pdu.c: Update l1_desig_is only if neighbor really is DIS.