proto => 'tcp',
destinationport => "9100",
ratelimit => '-',
- order => "200",
+ order => "202",
}
shorewall::rule { "hplip-udp":
proto => 'udp',
destinationport => "9100",
ratelimit => '-',
- order => "201",
+ order => "203",
}
shorewall::rule { "snmp-tcp":
proto => 'tcp',
destinationport => "161",
ratelimit => '-',
- order => "200",
+ order => "204",
}
shorewall::rule { "snmp-udp":
proto => 'udp',
destinationport => "161",
ratelimit => '-',
- order => "201",
+ order => "205",
}
}