<<

INTRODUCTION

 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.

USAGE / DESIGN

 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...

AUTHORS

  Jesper Dangaard Brouer (jdb@comx.dk) or (hawk@diku.dk).

SVN revision

 $Date: 2009-11-30 16:52:49 +0100 (Mon, 30 Nov 2009) $
 $LastChangedRevision: 1019 $
 $LastChangedBy: jdb $

TODO

 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.

<<