Summary:
Wrong preference name in action.link.php
Detailed Description:
You must use:
$this->GetPreference("subnet_exclusions")
and not:
$this->GetPreference("subnet_exclusion")
BTW:
There are also some notices with this module. Please test your module with
error_reporting(E_ALL)!