summaryrefslogtreecommitdiff
path: root/redhat
AgeCommit message (Collapse)Author
2004-12-222004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs
* redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST.
2004-12-222004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs
* redhat/watchquagga.init: New file, init script for watchquagga.
2004-11-102004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs
* redhat/quagga.spec.in: add comments showing how to get gcc verbosity
2004-11-08- use makeinfo --html to generate quagga.htmlpaul
2004-11-07* Sun Nov 07 2004 Paul Jakma <paul@dishone.st>paul
- Fix with_ipv6 set to 0 build
2004-11-02- Add .arch-ids and .arch-inventory to cvsignore, to allow one to use archpaul
with CVS trees.
2004-10-29- lib/ dir shouldnt be conditional, remove bad dir attribute from dev filespaul
2004-10-23- andrew's service adding change to detect existing entries reliablypaul
2004-10-23- update with andrew's modificationspaul
- enable irdp by default again
2004-10-19- From Andrew Schorr, fixup logrotate to use correct path to killallpaul
and use the pid file.
2004-10-08- ospfclient should be in -devel package, if anywhere.paul
2004-10-07- make specfile actually workpaul
2004-09-30* Wed Sep 15 2004 Paul Jakma <paul@dishone.st>paul
- build snmp support by default - build irdp support - build with shared libs - devel subpackage for archives and headers
2004-09-132004-09-11 Paul Jakma <paul@dishone.st>paul
* doc/quagga.texi: Update copyright. Contents should be at beginning of docs... * redhat/quagga.spec.in: wee keep_build define, to keep build dir.
2004-08-19quagga.logrotate: remove generic weekly and nocompress optionspaul
quagga.spec.in: build snmp support, update prequisites ucd-snmp to net-snmp
2004-07-28enable irdppaul
2004-07-202004-07-20 Paul Jakma <paul@dishone.st>paul
* redhat/quagga.spec.in: update for shared lib install, *.la should be in -devel
2004-06-06Fix stray dollar sign that had crept into OSPF6D_OPTS and prevented ospf6dpaul
from starting.
2004-06-06CVS ignore Linux NFS silly-delete .nfs* filespaul
2004-06-06Fix module path to use $ISA (needed to make vtysh work on, eg, FC2 x86_64)paul
2004-05-042004-05-04 Andrew J. Schorr <aschorr@telemetry-investments.com>paul
* redhat/quagga.logrotate: fix paths
2004-02-182004-02-18 Paul Jakma <paul@dishone.st>paul
* redhat/quagga.spec.in: remove references to patch files which were accidently committed.
2004-01-10Exclude Makefile and Makefile.injardin
2004-01-092004-01-08 Paul Jakma <paul@dishone.st>paul
* Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR, remove the redhat/... dist targets - instead these now go in.. redhat/Makefile.am: (new) proper place to describe redhat/ dist files, as well as allow quagga.spec to be regenerated properly. redhat/quagga.sysconfig: specify conf file location. redhat/quagga.spec.in: Add 2 patches to RPM build.
2003-12-302003-12-30 Paul Jakma <paul@dishone.st>paul
* redhat/isisd.init: new file, init script for isisd. redhat/quagga.sysconfig: new file, sysconfig file for quagga initscripts. redhat/quagga.spec.in: various cleanups, including sysconfig patch from RH, fixed UID/GID as per RH EL, shell changed to /sbin/nologin, daemon vty's listen to 127.1 only per default and isisd packaged. redhat/*.init: sysconfig support and runlevels specified.
2003-12-23Let's use 2608/tcp for isisd.jardin
2003-11-022003-11-02 Paul Jakma <paul@dishone.st>paul
* redhat/quagga.spec.in: dont specify --with-cflags. rpmbuild sets CFLAGS.
2003-11-022003-11-02 Paul Jakma <paul@dishone.st>paul
* redhat/quagga.spec.in: Install libzebra headers with -devel package.
2003-08-142003-08-14 Paul Jakma <paul@dishone.st>paul
* *.init: change /etc/zebra to /etc/quagga
2003-08-142003-08-14 Paul Jakma <paul@dishone.st>paul
* redhat/quagga.spec.in: change the vty group, zebravty -> quaggavty
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