{
    my $status = $ipsec{status} || 'disabled';

    $OUT = allow_udp_in(500, ($status eq 'enabled' ));
}
