Adding -router-tuntap

This commit is contained in:
Jorge Gallegos 2014-09-07 13:32:41 -07:00
parent fcd5d0cfe8
commit d4a8676907
2 changed files with 12 additions and 1 deletions

View File

@ -9,4 +9,4 @@ routing = auto
ssl = auto
malloc_implementation = libc
embedded_plugins = corerouter, echo, ping
plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, coroae, cplusplus, curl_cron, dumbloop, fastrouter, fiber, forkptyrouter, gccgo, geoip, gevent, glusterfs, graylog2, greenlet, gridfs, http, jvm, jwsgi, ldap, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, mongrel2, mono, msgpack, nagios, pam, php, psgi, pty, python, rack, rawrouter, rbthreads, redislog, ring, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, rsyslog, ruby19, spooler, sqlite3, ssi, sslrouter, stats_pusher_file, stats_pusher_mongodb, stats_pusher_socket, stats_pusher_statsd, syslog, systemd_logger, tornado, transformation_chunked, transformation_gzip, transformation_offload, transformation_template, transformation_tofile, transformation_toupper, ugreen, zergpool
plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, coroae, cplusplus, curl_cron, dumbloop, fastrouter, fiber, forkptyrouter, gccgo, geoip, gevent, glusterfs, graylog2, greenlet, gridfs, http, jvm, jwsgi, ldap, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, mongrel2, mono, msgpack, nagios, pam, php, psgi, pty, python, rack, rawrouter, rbthreads, redislog, ring, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, rsyslog, ruby19, spooler, sqlite3, ssi, sslrouter, stats_pusher_file, stats_pusher_mongodb, stats_pusher_socket, stats_pusher_statsd, syslog, systemd_logger, tornado, transformation_chunked, transformation_gzip, transformation_offload, transformation_template, transformation_tofile, transformation_toupper, tuntap, ugreen, zergpool

View File

@ -783,6 +783,14 @@ Provides: %{name}-routers = %{version}-%{release}
%description -n %{name}-router-static
This package contains the Static router plugin for uWSGI
%package -n %{name}-router-tuntap
Summary: uWSGI - Plugin for TUN/TAP router support
Group: System Environment/Daemons
Requires: %{name}-plugin-common
%description -n %{name}-router-tuntap
This package contains the tuntap router plugin for uWSGI
%package -n %{name}-router-uwsgi
Summary: uWSGI - Plugin for uWSGI router support
Group: System Environment/Daemons
@ -1178,6 +1186,9 @@ exit 0
%files -n %{name}-router-static
%{_libdir}/%{name}/router_static_plugin.so
%files -n %{name}-router-tuntap
%{_libdir}/%{name}/tuntap_plugin.so
%files -n %{name}-router-uwsgi
%{_libdir}/%{name}/router_uwsgi_plugin.so