diff options
Diffstat (limited to 'net/zebra-pj/scripts/configure')
-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 |