You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smeserver-packetfilter/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90ForwardedUDP50adjust_udp

8 lines
143 B
Plaintext

{
# Append our forwarding rules.
foreach my $rule (@udp_forward_acl_rules)
{
$OUT .= "$rule \$NEW_ForwardedUDP\n";
}
}