X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-si%2Fmodules%2FArpWatch.pm;h=e03bed4d0a30bd2635d57e7ef55bf04864a6a4ea;hb=850ef70d7d016480405e610bd698a4b0ffc8d6c7;hp=6487ef1013ea832eacd3a49053cbf71137a6e026;hpb=b0f4b5b4dd694c4c8dc66c491f7b78f2989c1b04;p=gosa.git diff --git a/gosa-si/modules/ArpWatch.pm b/gosa-si/modules/ArpWatch.pm index 6487ef101..e03bed4d0 100644 --- a/gosa-si/modules/ArpWatch.pm +++ b/gosa-si/modules/ArpWatch.pm @@ -171,6 +171,7 @@ sub _process_packet { sub _ipaddr { join( ".", unpack( "C4", pack( "N", oct( "0x". shift ) ) ) ) } sub _phys { join( ":", grep {length} split( /(..)/, shift ) ) } +# vim:ts=4:shiftwidth:expandtab 1; __END__