Coded bounce filter which returns all packages unprocessed, not sending any package...
[metaproxy-moved-to-github.git] / src / factory_static.cpp
index b49bf7f..378a742 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: factory_static.cpp,v 1.9 2006-03-16 10:40:59 adam Exp $
+/* $Id: factory_static.cpp,v 1.11 2006-08-31 13:01:09 marc Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
 */
 
 #include <iostream>
@@ -17,6 +17,7 @@
 
 #include "filter_auth_simple.hpp"
 #include "filter_backend_test.hpp"
+#include "filter_bounce.hpp"
 #include "filter_frontend_net.hpp"
 #include "filter_http_file.hpp"
 #include "filter_log.hpp"
@@ -34,6 +35,7 @@ mp::FactoryStatic::FactoryStatic()
     struct metaproxy_1_filter_struct *buildins[] = {
         &metaproxy_1_filter_auth_simple,
         &metaproxy_1_filter_backend_test,
+        &metaproxy_1_filter_bounce,
         &metaproxy_1_filter_frontend_net,        
         &metaproxy_1_filter_http_file,
         &metaproxy_1_filter_log,