compiler for pf works with getAddressPtr()

This commit is contained in:
Vadim Kurland
2008-05-19 04:25:42 +00:00
parent 107bcb8c4e
commit 5ef33f87e4
5 changed files with 992 additions and 1021 deletions
File diff suppressed because it is too large Load Diff
+2
View File
@@ -8,6 +8,8 @@ while (<>) {
while ( $str=~ /<Firewall / ) {
$str=~ /<Firewall [^>]+name="([^"]*).*$"/;
$fw=$1;
printf "\n";
printf "echo '********* $fw'\n";
printf "fwb_pf -v -f $XMLFILE $fw\n";
$str=~ s/^.*<Firewall [^>]+name="$fw"[^>]+>//;
}