OpenSourceRouting
  1. OpenSourceRouting

quagga-snap

Public
AuthorCommitMessageCommit dateIssues
hassohasso
67e29abc580More vtysh fixes.Specifying configuration from command line works now.
hassohasso
9a0962651b0Merge changelog entry from zebra cvs for my vtysh fix.
hassohasso
6861b307d6fMerge svn revision 954 from Zebra cvs.
hassohasso
69b4a810cd0Make ospf6d configuration appear in vtysh as well. Report sent to YasuhiroOhara.
gdtgdt
fd73aa9e484add () on SOPT_SIZE_CMSG_PKTINFO_IPV4() use, to match def.Thanks to Hasso for code review.
gdtgdt
a5ea687e0122004-08-26 Miles Nordin <carton@Ivy.NET> * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per sysctl(3), rather than int. (Needed on NetBSD/alpha to display forwarding status correctly.)
gdtgdt
e304982e498fix typo in previous commit
gdtgdt
d0deca683712004-08-26 Greg Troxel <gdt@fnord.ir.bbn.com> * ospf_packet.c (ospf_recv_packet): adjust size declaration of buffer used to get interface index so that it compiles on other than Linux and includes the required alignment space. Probably this was only working on sparc/sparc64 because most of sockaddr_dl was not being written.
gdtgdt
afa43b239252004-08-26 Greg Troxel <gdt@fnord.ir.bbn.com> * sockopt.h: Define method-independent macro for callers of get_ifindex to use for cmsg length.
hassohasso
95e735b5440Vtysh cleanup part 2.No any functional changes yet except VTYSH_INTERFACE.
hassohasso
c89f64948d6It hurts my eye every time configure finishes job :).
hassohasso
60bb6a4515eOne warning less while building vtysh_cmd.c. This seems to be dead file.Maybe remove it at all?
paulpaul
efba6ce941f2004-08-19 Paul Jakma <paul@dishone.st> * zebra.h: add MAX and MIN defines (eg for ospf6d)
hassohasso
b094d260315Cleaning up whitespace mess mostly caused by my patches. Biggerreorganization of this spagetti will follow soon.
hassohasso
ccb59b11047SVN revisions 935-940 merge from Zebra CVS.
paulpaul
3e0b3a562172004-08-23 Paul Jakma <paul@dishone.st> * zebra/zserv.c: (zebra_init) remove implicit ip forward enabling * NEWS: warn about forwarding change
paulpaul
0b7787c542aIgnore documentation build files (indexes, etc..)
hassohasso
3b68735fc38Merge svn revisions 924 and 925 from Zebra CVS. Also remove uselessospf6_lsdb prototype declaration from ospf6_lsa.h. Report sent to Yasuhiro Ohara as well.
paulpaul
0de1cde6e602004-08-19 Paul Jakma <paul@dishone.st> * irdp_main.c: update to match sockopt renames. * irdp_packet.c: include sockopt.h and update to match sockopt renames.
paulpaul
863082d528b2004-08-19 Paul Jakma <paul@dishone.st> * ospf_packet.c: update to match sockopt renames.
paulpaul
2abb1cf3c8ecommit ChangeLog too...
paulpaul
0fc42949a472004-08-19 Paul Jakma <paul@dishone.st> * Makefile.am: add m4 directory to EXTRA_DIST, and define ACLOCAL_AMFLAGS to have aclocal pull in m4/ * configure.ac: AM_PROG_LIBTOOL should be AC_PROG_LIBTOOL * update-autotools: print a warning that this script is deprecated
paulpaul
e0a29621d6a2004-08-19 Paul Jakma <paul@dishone.st> * *.m4: import of libtool CVS m4 autoconf files. These only configure libtool support for languages where configure has already called AC_PROG_<lang>, less fragile. * README.txt: doc file for contents of this directory.
paulpaul
e6822768a282004-08-19 Paul Jakma <paul@dishone.st> 2004-08-19 Paul Jakma <paul@dishone.st> * sockopt.c: include sockopt.h rename some of the _pktinfo_ functions to _ifindex, where that is their purpose. (getsockopt_ipv6_pktinfo_ifindex) renamed to getsockopt_ipv6_ifindex. (setsockopt_ipv4_pktinfo) renamed to setsockopt_ipv4_ifindex (setsockopt_pktinfo) update with previous and add comment re AF_INET portabi...
paulpaul
1a51786a70c2004-08-19 Paul Jakma <paul@dishone.st> * rip_interface.c: (rip_interface_multicast_set) get rid of extraneous if_pointopoint arg. ifp is accessible via connected. pass connected->ifp->ifindex to setsockopt_multicast_ipv4. * ripd.c: (rip_send_packet) update call to rip_interface_multicast_set * ripd.h: update rip_interface_multicast_set prototype
paulpaul
b63cef7c41equagga.logrotate: remove generic weekly and nocompress optionsquagga.spec.in: build snmp support, update prequisites ucd-snmp to net-snmp
paulpaul
c0618de64ca2004-08-18 Paul Jakma <paul@dishone.st> * vty.c: (vty_serv_un) set unix vty socket to nonblocking to prevent inadvertent blocking of daemons by use of vtysh. TODO: disentangle manual paging from the buffer_write path so that unix vty can use this path too and be reliable.
gdtgdt
2990460691f2004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com> * update-autotools: print tools versions to aid people in sending bug reports.
hassohasso
6452df092bfSVN revisions 916-920 from Zebra.ABR support is almost done.
gdtgdt
f841e02e168Include padding in control message length.Inspired by netbsd:src/usr.sbin/rtadvd/rtadvd.c (from KAME).
gdtgdt
57492d564c62004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com> * rtadv.c (rtadv_send_packet): Allocate space for control messages more carefully; it was wrong on NetBSD/sparc where CMSG alignment is to 8 bytes instead of 4, and overwriting the address. Use the provided macros for determining lengths.
gdtgdt
80893817f29Add extra padding in cmsgdata buffer; there wasn't enough on NetBSD/sparc, resulting in overwriting the address.Add code to check if overwriting is happening, at least for now. Set msg_flags to MSG_DONTROUTE; they had been stack garbage.
hassohasso
246c135ecf5I am bored. But I hate questions why there are man pages from version 0.88.Vtysh man page looks already how it should look IMHO, the rest need more work.
hassohasso
55e7ecd114cRemove pointless privilege lower call.Thanks to Cougar for noticing.
paulpaul
75ee0b8eed22004-08-04 Paul Jakma <paul@dishone.st> * ospf_spf.c: (ospf_spf_consider_nexthop) Add comment about issue. Compare only against list head - all nexthops must be same cost anyway, fixes a reference-listnode-after-delete bug noted by Kir Kostuchenko. (ospf_nexthop_calculation) Use ospf_spf_consider_nexthop for all candidates attached to root.
hassohasso
049207c31d9SVN revision 907 from Zebra cvs repository.
paulpaul
4f4795e83fboops, forgot to update changelog.
paulpaul
d191eba1b092004-07-31 Christian Hammers <ch@lathspell.de> * snmp.texi: updated (rewritten almost)
paulpaul
5b819262a8aenable irdp
paulpaul
48fe13bfd732004-07-27 Paul Jakma <paul@dishone.st> * ospf_packet.c: (ospf_ls_upd_send_queue_event) fix thinko from last fix for ospfd wedging due to oversize LSAs: dont list loop on ospf_ls_upd_queue_send() - guaranteed segfault.
paulpaul
fbe31d82581Paul Jakma: forgot an obvious TODO
paulpaul
7a939e12bf0Paul Jakma: update TODO..there's plenty.
paulpaul
23455b108382004-07-27 Paul Jakma <paul@dishone.st> * Makefile.am: tests/ must be in dist or building from dist breaks
paulpaul
36c64efdfa82004-07-27 Paul Jakma <paul@dishone.st> * ospf_opaque.c: (ospf_opaque_lsa_flush_schedule) do not NULL out the LSA as then free_opaque_info_per_id() can never unlock (and free) the LSA. Reported by Gunnar Stigen.
paulpaul
41c14a1fc3c2004-07-26 Paul Jakma <paul@dishone.st> * configure.ac: reenable tests/Makefile * tests/Makefile.am: automake file for tests dir * tests/.cvsignore: update
hassohasso
1203e1c07c4Use ifp->mtu6 in ospf6d and ripngd.
gdtgdt
b219dea8d67add .libs
gdtgdt
b7a97f82576(somewhat unrelated cleanups, but all are very minor)2004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com> * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir -lfoo", to avoid linking against installed libraries from a previous version. * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared library version number to be 0.0 * configure.ac: remove spurious , so extract.pl is chmod'd +x. * HACKING: explain shared library ...
gdtgdt
33f92320e8a2004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com> * sockopt.c (getsockopt_ipv4_pktinfo_ifindex): Make this compile on NetBSD, and add comments to make it less confusing. Change the sense of the SUNOS_5 test to make parallel structure between the variables and the code.
paulpaul
5b73a671aac2004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM> * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups * zserv.c: ditto * ioctl_solaris.c: ditto. * interface.c: cast for LLADDR * interface.h: Add guards, include redistribute.h and remove extraneous definitions of zebra_interface_{up,down}_update * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6 * redistribute.h: include dependent head...