OpenSourceRouting
  1. OpenSourceRouting

quagga-snap

Public
AuthorCommitMessageCommit dateIssues
paulpaul
31fcdd3fef42004-04-21 Boris Kovalenko <boris@tagnet.ru> * daemon.c: (daemon) fix check for error return from setsid
hassohasso
8585d4e5e2bSome ospfd fixes - [quagga-dev 1032], [quagga-dev 1048], [quagga-dev 1058].
hassohasso
9b87e41cae0Update cease codes in bgp_debug.c file as well. Just update to patch fromRivo.
paulpaul
545acafbf592004-04-16 rivo nurges <rix@estpak.ee> * bgpd.h: update cease subcodes to draft-ietf-idr-cease-subcode-05 * bgpd.h, bgpd.c, bgp_route.c, bgp_route.h: fix UNH IOL BGP-4.1.6aBGP-4
hassohasso
6b3fac0aab9Fix typo to make it compile.
hassohasso
9e1be242e41Fix debug message and make it conditional.
hassohasso
52930766277Ooops.Check if area-id format is valid.
hassohasso
c266ac78eec****! What else I will discover while documenting this code? Remove uselesswarnings and update documentation.
hassohasso
808c0a7f790Don't assume anything.I'm tired ...
hassohasso
63869f111eeDocument summarizing and filtering ABR commands. Native speakers, pleasereview and fix my awful english ;).
hassohasso
a5b2b59a7ccFix obviously wrong info in documentation.
paulpaul
d355bfa78062004-04-08 Paul Jakma <paul@dishone.st> * ospf_spf.h: Add backlink field to struct vertex * ospf_spf.h: (ospf_vertex_new) initialise backlink (ospf_lsa_has_link) return index of link back to vertex V from candidate vertex W, or -1 if no link exists. (ospf_spf_next) save backlink index for candidate vertex * ospf_interface.c: (ospf_vl_set_params) Use the backlink index to...
gdtgdt
81b81822da6add $Id:$ line, commented out require automake 1.6, in case that helps quagga.net (paul: please try it)
hassohasso
34195bf6dde[quagga-dev 1002].Also fix date of previous commit in Chanelog.
hassohasso
41d3fc96959* Fixed lowering privileges in proc ipforward method.* Fixed "(no) ipv6 forwarding" command logic. * Added --disable-capabilities switch to configure.
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.