Displaying 2 results from an estimated 2 matches for "biggl".
Did you mean:
biggs
2005 Aug 05
9
Problem with openvpn/bridged connection.
Hey all,
I''m trying to setup roadwarrior connection to my internal network. So
I''ve setup openvpn to create a tap0 connection and also have bridged
the eth1 (leads to my internal computers 192.168.2.10-30 and tap0
which is the VPN connection. On my shorewall setup I have br0 maped to
zone loc and eth0 to be my internet and I have masqing on my br0 to
get my internal computers
2010 Aug 20
1
Support for backends in Search::Xapian
The attached adds XS wrappers for back-ends:
use Search::Xapian;
my $db = Search::Xapian::Remote::open_writable( "biggles", 10252 );
my $db = Search::Xapian::Flint::open_writable( "testdb" );
my $db = Search::Xapian::InMemory::open_writable();
All the best,
Tim.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xapian_backend_patch.diff
Type: text/x-patch
Size: 93...