{
    $OUT = "GATEWAY=";

    $OUT .= ($AccessType eq "dedicated" and defined $GatewayIP) ? $GatewayIP 
                                                                : "";
}
