summaryrefslogtreecommitdiff
path: root/redhat
AgeCommit message (Collapse)Author
2003-08-132003-08-13 Paul Jakma <paul@dishone.st>paul
* redhat/quagga.pam: comment out the per user config, doesnt work reliably as is - default to root only pam config.
2003-08-122003-08-12 Paul Jakma <paul@dishone.st>paul
* redhat/quagga.pam: zebra -> quagga
2003-08-122003-08-12 Paul Jakma <paul@dishone.st>paul
* redhat/: zebra.{logrotate,pam,spec.in} -> quagga.{logrotate,pam,spec.in}.
2003-08-112003-08-11: Paul Jakma <paul@dishone.st>paul
* redhat/zebra.spec.in: add missing wildcard for Kyle's previous fix.
2003-08-052003-08-07 Kyle Gonzalez <kgonzale@redhat.com>paul
* redhat/zebra.spec.in: Fix errors for unpackaged files - fatal error for rpm builds on newer rpm platforms.
2003-07-152003-07-15 Paul Jakma <paul@dishone.st>paul
* lib/version.h: add ZEBRA_URL (unused for now) * lib/vty.c: CMD_ERR_NOTHING_TODO when reading conf file should not be fatal. slight reformating. * ospfd/ospf_zebra.c: ignore reject/blackhole routes if zebra sends these type of routes. probably should be a new type of route to allow daemons to more easily choose whether to redistribute them - rathen than just a flag (eg for reject/blackhole). reorder the is_prefix_default test for ZEBRA_IPV4_ROUTE_DELETE to avoid the inverted test - slightly more readable. * redhat/zebra.spec.in: Add ospfapi port to services file, if with_ospfapi. * zebra/rib.h: Change nexthop types to an enum. * zebra/rt_netlink.c: run it through indent -nut. Add nexthop_types_desc[] descriptive array for nexthop types. (netlink_route_multipath) debug statements indicate which branch they are in and print out nexthop type. * zebra/zebra_rib.c: slight reformatting. * zebra/zebra_vty.c: Pass ZEBRA_FLAG_BLACKHOLE flag to static_add_ipv4() if Null0 route is configured. print out Null0 if STATIC_IPV4_BLACKHOLE route, and ignore flags (shouldnt be possible to set flags from vty) for config and show route.
2003-07-122003-07-12 Paul Jakma <paul@dishone.st>paul
* redhat/zebra.pam: Default to allow root
2003-06-042003-06-04 Paul Jakma <paul@dishone.st>paul
* Merge of zebra privileges
2003-05-26Add .cvsignore for redhatpaul
2003-05-20Autogenerate the redhat/zebra.spec file using autoconfpaul
supplied VERSION and CONFDATE.
2003-04-07define localstatedir for configurepaul
2003-03-252003-03-25 Paul Jakma <paul@dishone.st>paul
* sync to latest zebra CVS * spec file: updated and added define for ospf-api/client NB: OSPF-API has been broken by the zebra.org changes, which has added struct ospf * as a new arg to many functions
2003-03-18Add new zebra-devel packagepaul
2003-03-01Seperate out the contrib perl utils to a seperate package to avoid perlpaul
dependencies in the main zebra package
2003-02-13bump up version num in spec filepaul
2003-01-20Update Spec filepaul
2003-01-18Updated spec filepaul
2003-01-18renamed ports/redhat to redhat/paul