From 11f69929229465741bf83ca387d8bf656366cec3 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Thu, 22 Mar 2001 22:31:17 +0000 Subject: update to new zebra 0.91a - some workarounds concerning installation of zebra info files since sources doesn't contain all info files... - modified zebractl script to check, if zebra.conf exists, which is needed for every routing protocol, error message and exit if not found. From the author: "0.91 is basically a bugfix release. All of IPv6 codes are based upon new RIB codes" Bugfixes and features see ChangeLog file. --- net/zebra-pj/scripts/configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/zebra-pj/scripts/configure') diff --git a/net/zebra-pj/scripts/configure b/net/zebra-pj/scripts/configure index e5bb2a6fed13..f2a02dc53a82 100644 --- a/net/zebra-pj/scripts/configure +++ b/net/zebra-pj/scripts/configure @@ -17,6 +17,7 @@ Select compile time options for zebra port:" -1 -1 8 \ LIBPAM "enable PAM authentication for vtysh" OFF \ OSPF_NSSA "turn on undergoing NSSA feature" OFF \ SNMP "enable SNMP support" OFF \ +TCP-ZEBRA "enable TCP/IP socket connection" OFF \ 2> /tmp/zebra-checklist.$$ retval=$? @@ -50,6 +51,9 @@ while [ "$1" ]; do \"SNMP\") echo CONFIGURE_ARGS+=--enable-snmp ;; + \"TCP-ZEBRA\") + echo CONFIGURE_ARGS+=--enable-tcp-zebra + ;; esac shift done -- cgit v1.2.3