From: Alex O. <Ale...@ab...> - 2003-05-19 10:05:44
|
This little program 'hangs' on the 'log-prefix' entry. Removing the 'log-prefix' hash entry makes the program to execute as expected. #!/usr/bin/perl use IPTables::IPv4; my $table = IPTables::IPv4::init('filter'); if (! $table->append_entry('INPUT', { jump => 'LOG', 'log-prefix' => 'firewall' })) { print "error: $!\n"; } $table->commit(); Any fix ? or alternative ? Regards Alex -- aXs GUARD V.6.0 will be presented at Telecom cITy, Brussels Expo, Hall 5, row 4, stand 44. 20th - 22nd May 2003 For more info, please visit: http://www.tmab.be aXs GUARD, ALL-IN-ONE Secure Internet Communications. ___________________________________________________________________ Security check on this e-mail has been done by aXs GUARD (http://www.axsguard.com) |