summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
| * 2003-10-24 Paul Jakma <paul@dishone.st>paul2003-10-241-1/+2
| | | | | | | | | | | | | | | | | | * configure.ac: Check for fcntl() * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via regular automake means, not magic install incantations, see bug #38. * lib/Makefile.am: install the headers, needed to link libzebra.a (and hence libospf.a, OSPF-API, etc.)
| * 2003-10-23 Paul Jakma <paul@dishone.st>paul2003-10-231-2/+10
| | | | | | | | | | | | | | * configure.ac: IRIX configure.ac support. Sort of works. sysctl() crashes though (ipforward), there's some kind of odd padding in the PF_ROUTE socket messages and setsockopt() on SOCK_RAW does not work (so ospfd doesnt work).
| * 2003-10-22 Paul Jakma <paul@dishone.st>paul2003-10-221-2/+23
| | | | | | | | | | | | * configure.ac: Split up header checks into non-net, net and ipv6 related. Checking of IPv6 is conditional. Add some more output text for the end of the configure run.
| * 2003-10-15 Paul Jakma <paul@dishone.st>paul2003-10-151-1/+1
| | | | | | | | * configure.ac: bump version
| * 2003-09-29 Paul Jakma <paul@dishone.st>paul2003-09-291-1/+1
| | | | | | | | * configure.ac: bump version
| * 2003-09-24 Paul Jakma <paul@dishone.st>paul2003-09-241-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * lib/version.h: moved to version.h.in * lib/version.h.in: New file, from version.h. Change hardcoded package name and version to use the autoconf defined substition variables. * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing through lib/version.h for VERSION. Add lib/version.h to the AC_OUTPUT list. Update the text output of quagga version at end of configure run to use PACKAGE_VERSION. * doc/.cvsignore: ignore quagga.pdf * doc/.cvsignore: ignore version.h, its now autogenerated.
| * 2003-08-25 Paul Jakma <paul@dishone.st>quagga_0_96_2_releasepaul2003-08-251-1/+1
| | | | | | | | | | * configure.ac: bump version-> 0.96.2 * lib/version.h: bump version, ditto.
| * 2003-08-14 Paul Jakma <paul@dishone.st>quagga_0_96_1_releasepaul2003-08-141-1/+1
| | | | | | | | * configure.ac: bump autoconf's idea of quagga version
| * 2003-08-12 Paul Jakma <paul@dishone.st>paul2003-08-121-43/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-08-12 Paul Jakma <paul@dishone.st> * Makefile.am: redhat/zebra.* -> redhat/quagga.* * configure.ac: Bump autoconf prerequisite to 2.53. dist name zebra -> quagga. general Zebra -> Quagga where appropriate (ie not zebra daemon). User and group zebra->quagga. s/ZEBRA\(_VERSION\)/QUAGGA\1/. * bgpd/bgp_main.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/command.c: Update banners and s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/print_version.c: ditto * lib/version.h: s/ZEBRA\(_VERSION\)/QUAGGA\1/ and bump version. Change ZEBRA_URL. * lib/smux.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * lib/vty.h: Change Zebra.conf to Quagga.conf (integrated file) * ospf6d/ospf6{,_main}.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/ * ospfd/ospf_main.c: s/ZEBRA\(_VERSION\)/QUAGGA\1/
| * 2003-07-08 Tristan Horn <tristan+z@ethereal.net>paul2003-07-081-2/+9
| | | | | | | | * configure.ac: Fix recognition of FreeBSD if /dev/ip is found.
| * 2003-06-06 Paul Jakma <paul@dishone.st>paul2003-06-061-4/+3
| | | | | | | | * Fix up defaults for --enable-{user,group}
| * 2003-06-06 Paul Jakma <paul@dishone.stpaul2003-06-061-6/+6
| | | | | | | | * Fix up case of --enable-vty-group not being specified
| * 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-2/+56
| | | | | | | | * Merge of zebra privileges
| * 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-125/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | * (configure.in): removed * (configure.ac): Fixes/cleanups backported from zprivs branch AC_DEFINE templates added, Indentation of nested macros, IPv6 checks changed from independent if..fi blocks to if...elif...fi., Merge piddir and ac_sockdir into one ac_statedir, Remove world writeable dirs as candidates for ac_statedir, ERROR out if no state dir is found or --localstatedir not specified,
| * Paul Jakma:paul2003-06-041-0/+12
| | | | | | | | | | | | lib/debug.{c,h}: glibc backtrace printing function (from the glibc info page) configure.ac: check for glibc backtrace and set define lib/zebra.h: glibc backtrace support
| * Change rtadv to default to disabled.paul2003-05-251-5/+5
| |
| * Add back support for null0 interface blackhole routes.paul2003-05-251-1/+1
| |
| * Sync with configure.in.hasso2003-05-251-9/+41
| |
| * Fix errant ;;paul2003-05-231-1/+0
| |
| * From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-231-0/+5
| | | | | | | | | | | | | | Subject: [zebra 18994] Re: zebra-pj compile failure under OpenBSd 3.3 (gmake) properly detect rl_completion_matches vs completion_matches.
| * Autogenerate the redhat/zebra.spec file using autoconfpaul2003-05-201-1/+5
| | | | | | | | supplied VERSION and CONFDATE.
| * Cleanup the openpam AC_MSG's slightly.paul2003-05-201-8/+6
| | | | | | | | Add a DATE AC_SUBST.
| * From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-071-1/+2
| | | | | | | | | | | | | | | | | | Subject: [PATCH] sockdir "configure.ac" script ignores absent socket directory. So do all demons (with just a puzzling complaint to _stderr_ only!). I added /tmp and /var/tmp to the list of possible dirs. They should be present in most configurations.
| * From: Sergiy Vyshnevetskiy <serg@vostok.net>paul2003-05-061-2/+29
| | | | | | | | | | | | Subject: [zebra 18947] [PATCH] openpam patch configure support for openpam (freebsd5.0)
| * [zebra 18626] move zebra socket paths to configure.acpaul2003-04-071-0/+31
| | | | | | | | | | | | | | | | | | | | | | moved definition of the various socket paths from the per daemon header files into configure.ac. it will set the paths to be in the directory specified by --localstatedir=<prefix> or otherwise will try to guess as best it can ( a la pid file path detection - which probably should try reference ${prefix} too). the present hardcoded socket path, /tmp, isnt really correct. should be in /var somewhere really.
| * Fix OSPFAPI buildpaul2003-03-281-2/+1
| |
| * Amir Guindehi <amir@datacore.ch>:paul2003-03-211-37/+58
| | | | | | | | | | | | Fix up build for OSPF-API (dependent on opaque-lsa) Add disable-ospfapi. Fix up net-snmp detection.
| * Copied configure.in to configure.ac rather than other way around.paul2003-03-191-1/+19
| | | | | | | | Restore Amir's netsnmp build fix.
| * Update configure.ac to match configure.in.paul2003-03-181-19/+1
| | | | | | | | still perplexed why removing configure.in breaks certain autoconf sites.
| * Fix build for net-snmppaul2003-03-181-1/+19
| |
| * Put configure.ac back.paul2003-03-171-0/+827
| |
| * configure.ac is redundant.paul2003-03-171-818/+0
| | | | | | | | use configure.in
| * Updated vtysh_cmd's. Previously, this was only updated in rpm builds.paul2003-03-021-1/+7
| |
| * Downgrade the ACPREREQ test. Chance our arm with allowing automake versionpaul2003-03-011-1/+1
| | | | | | | | 2.52
| * Initial revisionpaul2003-03-011-0/+812
|
* Use netlink to find interfacesStephen Hemminger2008-07-301-8/+9
| | | | Don't need if_proc code if using netlink
* Do link detect in quagga, rather than kernelStephen Hemminger2008-07-281-12/+0
| | | | | | Don't use kernel support for linkdetect in quagga. This reverts commit 8d95ee9f88945ee49932b1a9f7af5abe6048e6e6.
* Revert "Backout all changes related to using kernel for linkdetect"Stephen Hemminger2008-06-201-0/+12
| | | | | This reverts commit a182091782d22218942466b062c5ef2406853491. More changes that should NOT go into hollywood
* Backout all changes related to using kernel for linkdetectStephen Hemminger2008-06-201-12/+0
| | | | | | | | Having kernel cleanup FIB was not ideal for a couple reasons: 1. It still generates lots of netlink events if there are lots of static routes. 2. Kernel changes were not accepted in mainline kernel "do it in userspace"
* Change how link-detect is configured in buildStephen Hemminger2008-05-271-6/+12
| | | | | Rather that looking for /proc/sys/net/ipv4/conf, use --enable-linkdetect flag to configure.
* Turn on kernel link-detectStephen Hemminger2008-05-221-0/+6
| | | | | If interface has link-detect enabled, try and turn on link-detect in the kernel.
* Merge branch 'glendale' into hollywoodrbalocca2008-04-261-10/+0
|\
| * Don't build watchlinkStephen Hemminger2008-04-251-10/+0
| | | | | | | | | | Watchlink is no longer needed, and if it was used it would interfere with other route management. Therefore don't build it.
* | TCP MD5SIG patchMichael H. Warfield2008-04-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from http://www.gossamer-threads.com/lists/quagga/dev/15611 [clear_shim] Re: [quagga-users 9315] New md5 signature patch for bgp... quagga_md5_bsd_linux_v9.diff Remove Highlighting [In reply to] mhw at wittsend ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Jan 28, 2008, 12:55 PM And, of course, the moment I send off a patch against 0.99.9 and claim it should patch the CVS, I find out it does not. Post #2 of 3 (192 views) On Mon, 2008-01-28 at 14:50 -0500, Michael H. Warfield wrote: Permalink > Hello all! > Building on the efforts of Leigh Brown and the earlier works on an MD5 > signature patch for bgpd, I've incorporated the autoconf efforts by > Sargun Dhillon on top of my own changes for IPv6 along with filling in a > few missing spots in the autoconf stuff myself. Leigh had released a v7 > and I subsequently released a v8 patch for md5 signatures for Linux and > BSD to deal with conflicts with IPv6. This is now a v9 patch > incorporating some of the changes from Sargun and adding a few of my own > to complete the autoconf changes. > This patch is still against 0.99.9 but should patch cleanly against > CVS. Attached is the patch against CVS. It does NOT have a patch for config.h.in (that was a mistake on my part, it's not in CVS, it's generated but it's not regenerated if you are working from the releases and don't rerun autoheader) and fixes a problem with a header file and some alignments. [cl] > This adds a configure option, --enable-tcp-md5, to enable tcp md5 [cl] > signatures. This is not qualified against the operating system on which > it is being built. The patch should work on BSD and Linux. Other > operation systems are a crap shoot. I don't know. I presume some other > errors will occur on other operating systems which do not support MD5 > signatures in this manner. Since they're not supported now, this is no > great loss. Someone might want to test this in other environments, > though, and enhance it for those other environments. > > Attached... > > quagga_md5_bsd_linux_v9.diff > > http://www.wittsend.com/mhw/md5sig/quagga_md5_bsd_linux_v9.diff > > Is there anything left that needs to be done before this can be > committed to CVS? Can someone with commit privs please do the honors? Mike -- Michael H. Warfield (AI4NB) | (770) 985-6132 | mhw[at]WittsEnd.com /\/\|=mhw=|\/\/ | (678) 463-0932 | http://www.wittsend.com/mhw/ NIC whois: MHW9 | An optimist believes we live in the best of all PGP Key: 0xDF1DD471 | possible worlds. A pessimist is sure of it! Attachments: [unknown] quagga_cvs_md5_bsd_linux_v9.diff (18.4 KB) <http://www.gossamer-threads.com/lists/engine?do=post_attachment;postatt_id=1184;list=quagga> [unknown] signature.asc (0.30 KB) <http://www.gossamer-threads.com/lists/engine?do=post_attachment;postatt_id=1185;list=quagga> Signed-off-by: Tom Grennan <tgrennan@vyatta.com>
* | Merge branch 'upstream' into hollywoodTom Grennan2008-04-101-0/+16
|\ \ | |/ |/| | | | | | | | | Conflicts: ChangeLog zebra/zebra_rib.c
| * [link-detect] Improve BSD support.ajs2008-01-111-3/+12
| | | | | | | | | | | | 2008-01-11 Ingo Flaschberger <if@xip.at> * configure.ac: Improve HAVE_BSD_LINK_DETECT test.
| * [link-detect] Try to get BSD link-detect to work properly.ajs2008-01-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-10 Ingo Flaschberger <if@xip.at> * configure.ac: Define HAVE_BSD_LINK_DETECT if <net/if_media.h> is present. * lib/zebra.h: If HAVE_BSD_LINK_DETECT is defined, include <net/if_media.h>. * zebra/ioctl.c: (if_get_flags) If HAVE_BSD_LINK_DETECT, use the SIOCGIFMEDIA ioctl to ascertain link state. * zebra/kernel_socket.c: (bsd_linkdetect_translate) New function to map the ifm_data.ifi_link_state value into the IFF_RUNNING flag. (ifm_read) Call bsd_linkdetect_translate to fix the IFF_RUNNING flag before calling if_flags_update.
* | Added quagga like features to watchlink pgm: standard pid file creation and ↵Michael Larson2008-01-101-3/+2
| | | | | | | | | | | | background option. Also corrected compile flags for watchlink
* | packaging and make rules for base vyatta-quagga project to build watchlinkMichael Larson2008-01-101-1/+18
|/
* [release] bump to 0.99.9upstream/0.99.9debian/0.99.9-1debian/0.99.9paul2007-09-071-1/+1
| | | | | | 2007-09-07 Paul Jakma <paul.jakma@sun.com> * configure.ac: Bump version to 0.99.9