Copy blackhole routes to secondary tables.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-03-06 11:04:23 -08:00
parent ef291b79d5
commit 216029c3a9

View File

@ -269,6 +269,9 @@ sub copy_and_edit_table( $$$$ ) {
}
emit ( ' ;;',
' *)',
" [ \$net = blackhole ] && run_ip route add table $number \$net \$route $realm",
' ;;',
' esac',
' ;;',
' esac',