define shorewall::tcdevices( $in_bandwidth, $out_bandwidth, $options = '', $redirected_interfaces = '', $order = '100' ){ shorewall::entry { "tcdevices.d/${order}-${title}": line => "${name} ${in_bandwidth} ${out_bandwidth} ${options} ${redirected_interfaces}", } }