<<
Wrapper interface to another locking scheme. The issue/idea with
this wrapper module, is that it is possible to change the underlying
locking scheme/interface later on.
Ideas: ... want sub-locks based on that iptables chain we a messing with.
... want debugging info ... want to get informed if that locks
actually gets used...
Jesper Dangaard Brouer (jdb@comx.dk) or (hawk@diku.dk).
$Date: 2009-11-30 16:52:49 +0100 (Mon, 30 Nov 2009) $
$LastChangedRevision: 1019 $
$LastChangedBy: jdb $
What underlying locking scheme/interface should be used???
The use of an perl object seems overkill...
Perhaps, remove the module and instead implement it directly in
the module IPTables/Interface.pm which is the only real user.
<<