Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-29 | ospfd/ospfd.h: Change delay and holdtime to 1s. More appropriate values for | paul | |
the class of machines which zebra runs on than the original defaults which were taken from IOS (and even IOS uses much lower times these days). Lower values greatly help with convergence. Ideally, we'd use even lower times, but thread_add_timer() api will need to be modified to use milliseconds. (eg JunOS uses 100ms for delay, and 700ms for hold time, iirc from Hasso). | |||
2003-05-29 | lib/table.c: Fix the SET_LINK macro. (not that its of any worth) | paul | |
2003-05-28 | ripngd/Makefile.am: missing ripng_nexthop.h from _HEADERS line. breaks | paul | |
make dist. | |||
2003-05-28 | IPv4 part of "make reject|blackhole routes work without nexthop|interface". | hasso | |
2003-05-27 | Rivo Nurgess: Add cobalt machine type | paul | |
2003-05-26 | *BSD compile fix from Rivo Nurges. | hasso | |
2003-05-26 | Add .cvsignore for redhat | paul | |
2003-05-25 | Sync to configure.ac | paul | |
2003-05-25 | Change rtadv to default to disabled. | paul | |
2003-05-25 | Fix missing else in static_add_ipv4() which was causing case of (!ifname) | paul | |
to always be considered to be a blackhole route. (if gate is passed in, it cant be). | |||
2003-05-25 | Tiny fixes from 6Wind patch. | hasso | |
2003-05-25 | ospf6d part of 6Wind patch. | hasso | |
2003-05-25 | Add back support for null0 interface blackhole routes. | paul | |
2003-05-25 | Last fixes from 6Wind patch. | hasso | |
2003-05-25 | Sync with configure.in. | hasso | |
2003-05-25 | Merged 6Wind patch. | hasso | |
2003-05-25 | Route (reject|blackhole) support from 6Wind patch. | hasso | |
2003-05-25 | Update changelog as well. | hasso | |
2003-05-25 | Ripngd part of 6Wind patch. | hasso | |
2003-05-25 | Unbroke "set metric" command in vtysh again. | hasso | |
2003-05-25 | RIP has now "route-map x [in|out] <interface>" as well. | hasso | |
2003-05-25 | Merge RIP part of 6Wind patch. | hasso | |
2003-05-25 | Just "write" command without any parameters writes conf to file. | hasso | |
2003-05-25 | "ip forwarding" command. Patch from Jim Crumpler. | hasso | |
2003-05-24 | Jim Crumpler: | paul | |
working ipforward_solaris.c | |||
2003-05-24 | Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Used | hasso | |
same idea as in lib/distribute.c to allow extract.pl to pick up commands for vtysh. | |||
2003-05-24 | From: rivo nurges <rix@estpak.ee> | paul | |
Subject: solaris compile patch types defined for SUNOS_5 were already defined in config.h | |||
2003-05-24 | Fix missing bracket from previous commit. | paul | |
2003-05-24 | 2003-05-24 Kenji Yabuuchi | paul | |
* ospf_interface.c(ospf_if_lookup_recv_if): Use the most specific match for interface lookup. | |||
2003-05-24 | Update changelog -> fix from Anil Madhavapeddy | paul | |
2003-05-24 | Fix incorrect buffer bounds. | paul | |
Reported by Anil Madhavapeddy to bug-zebra. | |||
2003-05-24 | Ripd has "no interface ..." command as well. | hasso | |
2003-05-24 | From: Hasso Tepper <hasso@estpak.ee> | paul | |
ensure only interfaces that are inactive or do not exist can be deleted | |||
2003-05-23 | Fix errant ;; | paul | |
2003-05-23 | slight addition to hasso's previous no_interface patch. | paul | |
2003-05-23 | From: Sergiy Vyshnevetskiy <serg@vostok.net> | paul | |
Subject: [zebra 18994] Re: zebra-pj compile failure under OpenBSd 3.3 (gmake) properly detect rl_completion_matches vs completion_matches. | |||
2003-05-23 | From: Hasso Tepper <hasso@estpak.ee> | paul | |
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 | |||
2003-05-23 | Undo Hasso last patch, about to apply a slightly updated patch. | paul | |
2003-05-23 | Allow group access to vty socket. | paul | |
2003-05-23 | From: Hasso Tepper <hasso@estpak.ee> | paul | |
http://hasso.linux.ee/zebra/ht-no_interface-23052003.patch Add the 'no interface' command to all the daemons and vtysh. | |||
2003-05-22 | Add additional system capabilities | paul | |
2003-05-21 | From: Paul Jakma <paulj@alphyra.ie> | paul | |
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 :) ) | |||
2003-05-21 | From: Hasso Tepper <hasso@estpak.ee> | paul | |
Subject: [zebra 19120] [PATCH] Vtysh I really don't know how I could miss that one. Opsf(6)d have prefix-lists as well. | |||
2003-05-20 | Fix stray comment and using pwentry for group info. | paul | |
2003-05-20 | Undo revision 1.3, revert back to zebra_org 1.1.1.2. | paul | |
asm/types.h is required for netlink. Later glibc's seem to have resolved the warning. | |||
2003-05-20 | Fix several small caps related errors. | paul | |
2003-05-20 | Privilege support files for zebra. | paul | |
Linux capabilities enabled (if libcap is enabled). | |||
2003-05-20 | Autogenerate the redhat/zebra.spec file using autoconf | paul | |
supplied VERSION and CONFDATE. | |||
2003-05-20 | Cleanup the openpam AC_MSG's slightly. | paul | |
Add a DATE AC_SUBST. | |||
2003-05-19 | From: Paul Jakma <paul@clubi.ie> | paul | |
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? |