diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-22 22:31:17 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-22 22:31:17 +0000 |
commit | 11f69929229465741bf83ca387d8bf656366cec3 (patch) | |
tree | 33fb77c5338bf3a9fb4c5a7c8bb03fe268e837d8 /net/zebra-pj/scripts | |
parent | mark as BROKEN temporarily; Gtk+-1.2.9 does not allow setuid program. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=40221
Diffstat (limited to 'net/zebra-pj/scripts')
-rw-r--r-- | net/zebra-pj/scripts/configure | 4 |
1 files changed, 4 insertions, 0 deletions
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 |