OpenSourceRouting
  1. OpenSourceRouting

quagga-snap

Public
AuthorCommitMessageCommit dateIssues
hassohasso
4991f6ca305Vtysh fixes:* replace -e with -c * don't save command in history if last line is the same one * doc/help fixes
hassohasso
128d31d3422[quagga-dev 1005] bugzilla #86: ospf_recv_packet will fail on Solaris/x86
gdtgdt
1666d353474Require automake 1.7 or higher. Fixes problem reported by GiladArnold where Gentoo Linux tries to be too smart and chooses automake 1.5, which doesn't set @PACKAGE@, leading to include files being in $(prefix)/include rther then $(prefix)/include/quagga. (Since our makefiles rely on @PACKAGE@, they should have required an automake new enough to set it.)
hassohasso
f571dab0c67Readded SIGTERM handling into sigevent stuff.Fixes bugzilla #85.
hassohasso
37318657e5aFixing ospf6d as well and move Changelog entry from ospfd to general one.
hassohasso
66e31693289*** empty log message ***
hassohasso
42ed9da7b64Fix segfault in ospfd - [quagga-dev 980].
hassohasso
158cdad448eFix warning.
hassohasso
0d85b9958d6Amir's fix case where opaque capability is switched "ON -> OFF -> ON".[quagga-dev 843]
hassohasso
f1d92e17ab5Temorary secondary-label fix.Real fix from Gilad will follow after release.
hassohasso
da9c9a24d09From Sowmini fix for crash reported in [quagga-dev 929].
hassohasso
8c903fbb11eFix bugzilla #82.
gdtgdt
5e4fa1646ca2004-03-16 David Young <dyoung@pobox.com> * (many) reference <lib/version.h> rather than "version.h", because version.h is a generated file and not present in the source tree when using objdir builds. (committed by gdt) works fine with normal builds; didn't try objdir
hassohasso
253e9336982Fix bugreport URLs here as well.
hassohasso
e23949c0e79Fix help."ipv6 ..." commands are for IPv6.
hassohasso
00b0bbcd5caDocument VTYSH_PAGER and fix bugreporting address.
hassohasso
5707ccee87fFix warning.Approved by Amir.
hassohasso
fa2b17e3949Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGERfrom vtysh ([quagga-dev 932]).
hassohasso
caa6f8ac7d0[quagga-dev 489] - fix ripd version send by Krzysztof Oledzki.
hassohasso
a1455d86f58"show ip rip" fix from Krzysztof Oledzki ([quagga-dev 437]).
hassohasso
429a0f8c5b0Fix typo in comment.
hassohasso
3b5640301a1Zebra -> Quagga and reformatting.
hassohasso
2f04e67a80dReport quagga bugs to quagga bugzilla.
hassohasso
c3aac6ff4f6Fix vty address handling and added pid file stuff.
hassohasso
eb26037b739Report quagga bugs to quagga bugzilla.
paulpaul
7f352b860ee2004-02-19 Sowmini Varadhan <sowmini.varadhan@sun.com> * ospf_abr.c: (ospf_abr_update_aggregate) UNH 3.12b,c, address range should be configured with the highest cost path within the range, not lowest.
paulpaul
cfeab480d572004-02-18 Paul Jakma <paul@dishone.st> * redhat/quagga.spec.in: remove references to patch files which were accidently committed.
paulpaul
940b01aa6a82004-02-17 Paul Jakma <paul@dishone.st> * ospf_zebra.c: (ospf_interface_delete) Do not delete the interface params, nor the interface structure, if an interface delete message is received from zebra. * ospf_interface.c: (ospf_if_delete_hook) Delete the interface params and interface, ie that which was previously removed in (ospf_interface_delete) above.
paulpaul
6ad23f05e362004-02-17 Paul Jakma <paul@dishone.st> * bgpd.h: (bgp_peer) add fd_local and fd_accept file descriptor's, fd becomes a pointer to one of these. * bgpd.c: (global) adjust for fact that fd is now a pointer. (peer_create_accept) removed. * bgp_route.c: (global) adjust for change of peer fd to pointer * bgp_packet.c: (bgp_collision_detect) adjust and remove the "replace with ...
gdtgdt
5de5bbf107fadd some /* XXX assert() */ for questionable assumptions (no codechange - just notes to others).
gdtgdt
6a8da8521d3add an XXX at a point where ifindex_num is assumed to be one w/ochecking.
hassohasso
4a1a2716632Trivial fix from Bernd Leibing <bernd.leibing@kiz.uni-ulm.de>[quagga-dev 879].
hassohasso
55906724d8dAdded "ipv6 forwarding" command and fixed "no ipv6 forwarding" help.
hassohasso
2db3d05da3aDon't crash when attempting to read path->oi->ifp if oi doesn't exist anymore. I'm not sure if this read should be attempted at all, but I'm trying to keep code safe AND stable.
hassohasso
cb05eb285f2Fix by Vadim Suraev - [zebra 14710] #6.
hassohasso
d70f99e15b7Threads usage cleanup.Still at least one bug to go.
hassohasso
83fe45e30e1Yet another "set thread pointer to NULL during thread run" fix.
hassohasso
38a61c73062Fixing previous commit.
hassohasso
54301ce06d7Make "(no) ip address x.x.x.x/x" commands work again in vtysh.
paulpaul
931cd54d52b2004-01-23 sowmini.varadhan@sun.com * rip_interface.c: obsolete unbind code in rip_interface_multicast_set, and instead do the more portable (though slower) method of creating a socket for each outgoing packet and binding the source address on the new socket. * rip_interface.c, ripd.c, ripd.h: Modify rip_request_send so that source address is determined by the caller of rip_request_...
paulpaul
c15cfa83294add appropriate cvsignore
paulpaul
2d75d05218b2004-01-19 Paul Jakma <paul@dishone.st> * tests/test-sig.c: New file, regression test for sigevents. * lib/Makefile.am: add sigevent.{c,h} * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents. * zebra/main.c: ditto.
paulpaul
9a76e2ddb6c2004-01-19 Paul Jakma <paul@dishone.st> * tests/test-sig.c: New file, regression test for sigevents.
paulpaul
c49b30692d72004-01-19 Paul Jakma <paul@dishone.st> * sigevent.{c,h}: New files, implement event handled signals. see signal_init() in sigevent.h.
paulpaul
13b8baadb042004-01-15 Paul Jakma <paul@dishone.st> * vtysh_config.c: Fix up strlen to use correct string.
gdtgdt
9d24baaa3d4Explain the dual use of struct prefix for CIDR prefixes andaddress/netmask pairs, and clarify the two comparison functions.
paulpaul
a27abaa5c2c2004-01-10 Paul Jakma <paul@dishone.st> * Makefile.am: redhat/ is a dist subdir too.
jardinjardin
872277f2745Exclude Makefile and Makefile.in
jardinjardin
a4d2a0d2013Fix build on FreeBSD 4.7 and FreeBSD 5.1: [...] source='isis_main.c' object='isis_main.o' libtool=no depfile='.deps/isis_main.Po' tmpdepfile='.deps/isis_main.TPo' depmode=gcc /usr/local/bin/bash ../depcomp gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/jardin/bin/etc/\" -I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f isis_main.c || echo './'`isis_main.c gcc -g -O2 -Wall -o isisd i...Stop in /usr/home/jardin/no_save/quagga. *** Error code 1 Stop in /usr/home/jardin/no_save/quagga. quagga$
paulpaul
85cf0a0dcf12004-01-09 Paul Jakma <paul@dishone.st> * HACKING: slight changes to make consistent with devel.php on web site. remove 'not yet consensus' as lack of any disagreement can be interpreted that file does reflect such.