summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ospf6d part of 6Wind patch.hasso2003-05-255-12/+60
|
* Add back support for null0 interface blackhole routes.paul2003-05-2510-63/+156
|
* Last fixes from 6Wind patch.hasso2003-05-2510-6/+60
|
* Sync with configure.in.hasso2003-05-251-9/+41
|
* Merged 6Wind patch.hasso2003-05-253-11/+56
|
* Route (reject|blackhole) support from 6Wind patch.hasso2003-05-259-129/+401
|
* Update changelog as well.hasso2003-05-251-0/+6
|
* Ripngd part of 6Wind patch.hasso2003-05-2517-1039/+3147
|
* Unbroke "set metric" command in vtysh again.hasso2003-05-251-3/+10
|
* RIP has now "route-map x [in|out] <interface>" as well.hasso2003-05-252-5/+31
|
* Merge RIP part of 6Wind patch.hasso2003-05-257-111/+742
|
* Just "write" command without any parameters writes conf to file.hasso2003-05-251-0/+6
|
* "ip forwarding" command. Patch from Jim Crumpler.hasso2003-05-252-0/+31
|
* Jim Crumpler:merge_zprivs_head_1paul2003-05-241-35/+95
| | | | working ipforward_solaris.c
* Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Usedhasso2003-05-247-18/+22
| | | | | same idea as in lib/distribute.c to allow extract.pl to pick up commands for vtysh.
* From: rivo nurges <rix@estpak.ee>paul2003-05-241-3/+0
| | | | | | Subject: solaris compile patch types defined for SUNOS_5 were already defined in config.h
* Fix missing bracket from previous commit.paul2003-05-241-2/+3
|
* 2003-05-24 Kenji Yabuuchipaul2003-05-242-1/+10
| | | | | * ospf_interface.c(ospf_if_lookup_recv_if): Use the most specific match for interface lookup.
* Update changelog -> fix from Anil Madhavapeddypaul2003-05-241-0/+4
|
* Fix incorrect buffer bounds.paul2003-05-241-4/+4
| | | | Reported by Anil Madhavapeddy to bug-zebra.
* Ripd has "no interface ..." command as well.hasso2003-05-241-0/+1
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-242-33/+7
| | | | ensure only interfaces that are inactive or do not exist can be deleted
* Fix errant ;;paul2003-05-232-2/+0
|
* slight addition to hasso's previous no_interface patch.paul2003-05-231-2/+2
|
* From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-232-0/+10
| | | | | | | Subject: [zebra 18994] Re: zebra-pj compile failure under OpenBSd 3.3 (gmake) properly detect rl_completion_matches vs completion_matches.
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-237-2/+40
| | | | | | | | Add the 'no interface' command to all the daemons and vtysh. now it's possible to delete interface from routeing daemons as well only if it doesn't exist in os. http://hasso.linux.ee/zebra/ht-no_interface_fix.patch
* Undo Hasso last patch, about to apply a slightly updated patch.paul2003-05-237-40/+2
|
* Allow group access to vty socket.paul2003-05-231-1/+1
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-237-2/+40
| | | | | | http://hasso.linux.ee/zebra/ht-no_interface-23052003.patch Add the 'no interface' command to all the daemons and vtysh.
* Add additional system capabilitiespaul2003-05-222-1/+9
|
* From: Paul Jakma <paulj@alphyra.ie>paul2003-05-211-8/+0
| | | | | | | | | Subject: [zebra 19125] vtysh bogus perms check vtysh checks that the zebra.vty socket uid is == to its own euid, this is bogus - let the kernel decide whether permissions match, vtysh shouldnt try second guess. (this becomes noticeable when neither zebra nor vtysh are run as root :) )
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-211-2/+2
| | | | | | | Subject: [zebra 19120] [PATCH] Vtysh I really don't know how I could miss that one. Opsf(6)d have prefix-lists as well.
* Fix stray comment and using pwentry for group info.paul2003-05-201-5/+5
|
* Undo revision 1.3, revert back to zebra_org 1.1.1.2.paul2003-05-201-0/+4
| | | | | asm/types.h is required for netlink. Later glibc's seem to have resolved the warning.
* Fix several small caps related errors.paul2003-05-201-15/+16
|
* Privilege support files for zebra.paul2003-05-202-0/+426
| | | | Linux capabilities enabled (if libcap is enabled).
* Autogenerate the redhat/zebra.spec file using autoconfpaul2003-05-203-4/+12
| | | | supplied VERSION and CONFDATE.
* Cleanup the openpam AC_MSG's slightly.paul2003-05-202-16/+12
| | | | Add a DATE AC_SUBST.
* From: Paul Jakma <paul@clubi.ie>paul2003-05-191-4/+46
| | | | | | | | | | | | | Subject: [zebra 19097] HAVE_ASM_TYPES does anyone know why lib/zebra.h has: #ifdef HAVE_ASM_TYPES_H #include <asm/types.h> #endif /* HAVE_ASM_TYPES_H */ There's no need for it that i can see (least not on linux) and it causes compile warnings. Is it needed? If so, why?
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-185-1/+18
| | | | | | | | Subject: [zebra 19093] [PATCH] Two more fixes 1) From 6Wind patch - show router and interface nodes from ospf6d when using vtysh and don't show defaults in interface node. Fixes bugzilla #14.
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-182-2/+10
| | | | | | Subject: [zebra 19093] [PATCH] Two more fixes Show NSSA LSA route info in "show ip ospf database" output
* Sync configure.in to configure.ac (sergey's openpam support)paul2003-05-171-3/+31
|
* Fix attributionpaul2003-05-161-1/+1
|
* Update Changelogspaul2003-05-168-0/+97
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-162-38/+51
| | | | | | | Subject: [zebra 19091] [PATCH] NSSA fixes try2 NSSA didn't work without problems even after my previous fixes. Seems that I tracked down problems finally.
* From: Gilad Arnold <gilad.arnold@terayon.com>paul2003-05-161-3/+3
| | | | | | | | | Subject: [zebra 19084] Re: suspected memory leakage upon static route I believe this is a more complete patch, it also addresses allocating/freeing of nexthop->ifname string buffer (1) using XSTRDUP/XFREE macros (thus correctly updating memory statistics), and (2) for all nexthop->type cases that carry an ifname string.
* From: Gilad Arnold <gilad arnold at terayon com>paul2003-05-141-0/+4
| | | | | | | | | | | | | | | | Subject: [zebra 19080] suspected memory leakage upon static route deletion upon deletion of a static route entry, at the end of zebra/zebra_rib.c/static_delete_ipv4(), there's a call to XFREE to deallocate the 'struct static_ipv4'. However, in the case of a static with ifname as nexthop (type==STATIC_IPV4_IFNAME), this struct holds a pointer to a dynamically allocated ifname string buffer (si->gate.ifname, see its allocation within static_add_ipv4() using XSTRDUP). IMO, the attached patch is required. Notes: the same applies to IPv6 statics as well (fix included in patch); and, I admit I haven't yet tested that, but it seems simple enough to be working... ;->
* Fix merge error of Hasso's patch "case case" :)paul2003-05-111-1/+1
|
* From: Hasso Tepperpaul2003-05-101-1/+8
| | | | Fix removal of Type-7 LSAs, http://bugzilla.dishone.st/show_bug.cgi?id=18
* Hopefully fix the 'bgp dump routes-mrt' command to actually dump routes.paul2003-05-101-10/+23
| | | | | Should recognise the absence of an interval now and schedule one-shot dump. hopefully.