From e9e7f89cf2a1a00d52c70566f6ce3f25e515b99e Mon Sep 17 00:00:00 2001 From: Vadim Kurland Date: Sun, 20 Feb 2011 18:03:21 -0800 Subject: [PATCH] see #1920 Setting host interface to unnumbered after it has been assigned IP address doesnt have desired effect --- doc/ChangeLog | 8 +++ src/libfwbuilder/src/fwcompiler/Compiler.cpp | 4 +- test/pix/cluster1-1_pix1.fw.orig | 2 +- test/pix/cluster1-1_pix2.fw.orig | 2 +- test/pix/cluster1_pix1.fw.orig | 2 +- test/pix/cluster1_pix2.fw.orig | 2 +- test/pix/firewall.fw.orig | 2 +- test/pix/firewall1.fw.orig | 2 +- test/pix/firewall10.fw.orig | 2 +- test/pix/firewall11.fw.orig | 2 +- test/pix/firewall12.fw.orig | 2 +- test/pix/firewall13.fw.orig | 2 +- test/pix/firewall14.fw.orig | 2 +- test/pix/firewall2.fw.orig | 2 +- test/pix/firewall20.fw.orig | 2 +- test/pix/firewall21-1.fw.orig | 2 +- test/pix/firewall21.fw.orig | 2 +- test/pix/firewall22.fw.orig | 2 +- test/pix/firewall23.fw.orig | 2 +- test/pix/firewall3.fw.orig | 2 +- test/pix/firewall33.fw.orig | 2 +- test/pix/firewall34.fw.orig | 59 +++++++++++++++++++- test/pix/firewall4.fw.orig | 2 +- test/pix/firewall50.fw.orig | 2 +- test/pix/firewall6.fw.orig | 2 +- test/pix/firewall8.fw.orig | 2 +- test/pix/firewall80.fw.orig | 2 +- test/pix/firewall81.fw.orig | 2 +- test/pix/firewall82.fw.orig | 2 +- test/pix/firewall83.fw.orig | 2 +- test/pix/firewall9.fw.orig | 2 +- test/pix/firewall90.fw.orig | 2 +- test/pix/firewall91.fw.orig | 2 +- test/pix/firewall92.fw.orig | 2 +- test/pix/firewall93.fw.orig | 2 +- test/pix/firewall94.fw.orig | 2 +- test/pix/fwsm1.fw.orig | 2 +- test/pix/fwsm2.fw.orig | 2 +- test/pix/pix515.fw.orig | 2 +- test/pix/real.fw.orig | 2 +- 40 files changed, 105 insertions(+), 40 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 70dbd4dac..4d16e8540 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2011-02-20 vadim + + * Compiler.cpp (_expand_interface): fixes #1920 "Setting host + interface to unnumbered after it has been assigned IP address + doesn't have desired effect". Compiler still used ip addresses + that belonged to the interface even if it switchd to "unnumbered". + These children address objects should be ignored. + 2011-02-19 vadim * NATCompiler_pix.cpp (processNext): see #2098 Added support for diff --git a/src/libfwbuilder/src/fwcompiler/Compiler.cpp b/src/libfwbuilder/src/fwcompiler/Compiler.cpp index 835c2ae72..54b6c21d4 100644 --- a/src/libfwbuilder/src/fwcompiler/Compiler.cpp +++ b/src/libfwbuilder/src/fwcompiler/Compiler.cpp @@ -455,7 +455,9 @@ void Compiler::_expand_interface(Rule *rule, continue; } - if (Address::cast(o)!=NULL && MatchesAddressFamily(o)) ol.push_back(o); + if ( ! iface->isUnnumbered() && + Address::cast(o)!=NULL && + MatchesAddressFamily(o)) ol.push_back(o); } if (expand_cluster_interfaces_fully && iface->isFailoverInterface()) diff --git a/test/pix/cluster1-1_pix1.fw.orig b/test/pix/cluster1-1_pix1.fw.orig index f28d8a2b8..22e773d35 100755 --- a/test/pix/cluster1-1_pix1.fw.orig +++ b/test/pix/cluster1-1_pix1.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:22 2011 PST by vadim +! Generated Sun Feb 20 18:01:19 2011 PST by vadim ! ! Compiled for pix 7.0 ! Outbound ACLs: supported diff --git a/test/pix/cluster1-1_pix2.fw.orig b/test/pix/cluster1-1_pix2.fw.orig index 3362e54d6..f45c53c73 100755 --- a/test/pix/cluster1-1_pix2.fw.orig +++ b/test/pix/cluster1-1_pix2.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:22 2011 PST by vadim +! Generated Sun Feb 20 18:01:19 2011 PST by vadim ! ! Compiled for pix 7.0 ! Outbound ACLs: supported diff --git a/test/pix/cluster1_pix1.fw.orig b/test/pix/cluster1_pix1.fw.orig index 366e34d8d..5b5e33678 100755 --- a/test/pix/cluster1_pix1.fw.orig +++ b/test/pix/cluster1_pix1.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:21 2011 PST by vadim +! Generated Sun Feb 20 18:01:18 2011 PST by vadim ! ! Compiled for pix 7.0 ! Outbound ACLs: supported diff --git a/test/pix/cluster1_pix2.fw.orig b/test/pix/cluster1_pix2.fw.orig index 6e9fffe10..7130a5742 100755 --- a/test/pix/cluster1_pix2.fw.orig +++ b/test/pix/cluster1_pix2.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:22 2011 PST by vadim +! Generated Sun Feb 20 18:01:19 2011 PST by vadim ! ! Compiled for pix 7.0 ! Outbound ACLs: supported diff --git a/test/pix/firewall.fw.orig b/test/pix/firewall.fw.orig index 92a34165d..30316d562 100755 --- a/test/pix/firewall.fw.orig +++ b/test/pix/firewall.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:02 2011 PST by vadim +! Generated Sun Feb 20 18:00:59 2011 PST by vadim ! ! Compiled for pix 6.2 ! Outbound ACLs: not supported diff --git a/test/pix/firewall1.fw.orig b/test/pix/firewall1.fw.orig index d8384db72..ca80715c7 100755 --- a/test/pix/firewall1.fw.orig +++ b/test/pix/firewall1.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:02 2011 PST by vadim +! Generated Sun Feb 20 18:00:58 2011 PST by vadim ! ! Compiled for pix 6.1 ! Outbound ACLs: not supported diff --git a/test/pix/firewall10.fw.orig b/test/pix/firewall10.fw.orig index 9c5f1f52c..21477c638 100755 --- a/test/pix/firewall10.fw.orig +++ b/test/pix/firewall10.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:03 2011 PST by vadim +! Generated Sun Feb 20 18:01:00 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported diff --git a/test/pix/firewall11.fw.orig b/test/pix/firewall11.fw.orig index 90447ce69..68a31fc93 100755 --- a/test/pix/firewall11.fw.orig +++ b/test/pix/firewall11.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:03 2011 PST by vadim +! Generated Sun Feb 20 18:01:00 2011 PST by vadim ! ! Compiled for pix 6.2 ! Outbound ACLs: not supported diff --git a/test/pix/firewall12.fw.orig b/test/pix/firewall12.fw.orig index 99ddcd830..83aa546e1 100755 --- a/test/pix/firewall12.fw.orig +++ b/test/pix/firewall12.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:04 2011 PST by vadim +! Generated Sun Feb 20 18:01:01 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported diff --git a/test/pix/firewall13.fw.orig b/test/pix/firewall13.fw.orig index ebf8b9d4a..a9c168b5d 100755 --- a/test/pix/firewall13.fw.orig +++ b/test/pix/firewall13.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:04 2011 PST by vadim +! Generated Sun Feb 20 18:01:01 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported diff --git a/test/pix/firewall14.fw.orig b/test/pix/firewall14.fw.orig index de057cbf6..fa093cf8b 100755 --- a/test/pix/firewall14.fw.orig +++ b/test/pix/firewall14.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:05 2011 PST by vadim +! Generated Sun Feb 20 18:01:02 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported diff --git a/test/pix/firewall2.fw.orig b/test/pix/firewall2.fw.orig index bd2839f6b..90fab12b5 100755 --- a/test/pix/firewall2.fw.orig +++ b/test/pix/firewall2.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:44:51 2011 PST by vadim +! Generated Sun Feb 20 18:01:02 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported diff --git a/test/pix/firewall20.fw.orig b/test/pix/firewall20.fw.orig index 96e351221..bb6e112db 100755 --- a/test/pix/firewall20.fw.orig +++ b/test/pix/firewall20.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:06 2011 PST by vadim +! Generated Sun Feb 20 18:01:03 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported diff --git a/test/pix/firewall21-1.fw.orig b/test/pix/firewall21-1.fw.orig index 09b0b5c3a..12f7c06fd 100755 --- a/test/pix/firewall21-1.fw.orig +++ b/test/pix/firewall21-1.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:08 2011 PST by vadim +! Generated Sun Feb 20 18:01:04 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported diff --git a/test/pix/firewall21.fw.orig b/test/pix/firewall21.fw.orig index 211f22f33..b0077ea67 100755 --- a/test/pix/firewall21.fw.orig +++ b/test/pix/firewall21.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:07 2011 PST by vadim +! Generated Sun Feb 20 18:01:03 2011 PST by vadim ! ! Compiled for pix 7.0 ! Outbound ACLs: supported diff --git a/test/pix/firewall22.fw.orig b/test/pix/firewall22.fw.orig index 4065ca1cf..49f92da9b 100755 --- a/test/pix/firewall22.fw.orig +++ b/test/pix/firewall22.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:08 2011 PST by vadim +! Generated Sun Feb 20 18:01:04 2011 PST by vadim ! ! Compiled for pix 7.0 ! Outbound ACLs: supported diff --git a/test/pix/firewall23.fw.orig b/test/pix/firewall23.fw.orig index 50db7421e..2fbed52e9 100755 --- a/test/pix/firewall23.fw.orig +++ b/test/pix/firewall23.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:09 2011 PST by vadim +! Generated Sun Feb 20 18:01:05 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported diff --git a/test/pix/firewall3.fw.orig b/test/pix/firewall3.fw.orig index f99131603..fd2bdf8aa 100755 --- a/test/pix/firewall3.fw.orig +++ b/test/pix/firewall3.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:09 2011 PST by vadim +! Generated Sun Feb 20 18:01:05 2011 PST by vadim ! ! Compiled for pix 6.2 ! Outbound ACLs: not supported diff --git a/test/pix/firewall33.fw.orig b/test/pix/firewall33.fw.orig index 3a7a22209..11f94ccdf 100755 --- a/test/pix/firewall33.fw.orig +++ b/test/pix/firewall33.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:10 2011 PST by vadim +! Generated Sun Feb 20 18:01:06 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported diff --git a/test/pix/firewall34.fw.orig b/test/pix/firewall34.fw.orig index 92545304c..c8fbbfe4e 100755 --- a/test/pix/firewall34.fw.orig +++ b/test/pix/firewall34.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:10 2011 PST by vadim +! Generated Sun Feb 20 18:01:07 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported @@ -74,6 +74,61 @@ object-group network id16988X10208.dst.net.0 exit object-group network id4390C25825682.dst.net.0 + network-object 58.33.181.83 255.255.255.255 + network-object 58.53.82.190 255.255.255.255 + network-object 58.231.13.78 255.255.255.255 + network-object host 61.150.47.112 + network-object 61.184.14.102 255.255.255.255 + network-object 64.106.85.186 255.255.255.255 + network-object 70.228.60.100 255.255.255.255 + network-object 80.51.236.6 255.255.255.255 + network-object 80.243.72.149 255.255.255.255 + network-object 80.249.77.34 255.255.255.255 + network-object 81.2.36.254 255.255.255.255 + network-object 81.196.74.125 255.255.255.255 + network-object 82.77.37.174 255.255.255.255 + network-object 82.117.221.205 255.255.255.255 + network-object 82.143.196.17 255.255.255.255 + network-object 84.90.8.198 255.255.255.255 + network-object 151.8.224.178 255.255.255.255 + network-object 168.156.76.20 255.255.255.255 + network-object 193.207.126.36 255.255.255.255 + network-object 195.136.186.35 255.255.255.255 + network-object 196.15.136.15 255.255.255.255 + network-object 201.10.180.138 255.255.255.255 + network-object 201.17.93.16 255.255.255.255 + network-object 201.36.156.121 255.255.255.255 + network-object 202.96.112.93 255.255.255.255 + network-object 202.103.25.253 255.255.255.255 + network-object 203.162.3.209 255.255.255.255 + network-object 203.209.124.144 255.255.255.255 + network-object 210.106.193.237 255.255.255.255 + network-object 210.222.114.102 255.255.255.255 + network-object 211.144.143.143 255.255.255.255 + network-object 211.172.218.237 255.255.255.255 + network-object 211.250.16.132 255.255.255.255 + network-object 212.21.241.31 255.255.255.255 + network-object 212.100.212.100 255.255.255.255 + network-object 218.18.72.252 255.255.255.255 + network-object 218.39.114.122 255.255.255.255 + network-object 218.55.115.43 255.255.255.255 + network-object 218.104.138.146 255.255.255.255 + network-object 219.132.104.160 255.255.255.255 + network-object 220.71.17.86 255.255.255.255 + network-object 220.81.50.105 255.255.255.255 + network-object 220.91.99.46 255.255.255.255 + network-object 221.14.249.242 255.255.255.255 + network-object 221.166.177.135 255.255.255.255 + network-object 221.198.33.38 255.255.255.255 + network-object 221.202.160.233 255.255.255.255 + network-object 221.205.54.125 255.255.255.255 + network-object 221.217.44.248 255.255.255.255 + network-object 222.100.212.223 255.255.255.255 + network-object 222.121.118.144 255.255.255.255 + network-object 222.174.113.2 255.255.255.255 +exit + +object-group network id4388CFF8674.src.net.0 network-object 58.33.181.83 255.255.255.255 network-object 58.53.82.190 255.255.255.255 network-object 58.231.13.78 255.255.255.255 @@ -159,7 +214,7 @@ access-list outside_acl_in deny tcp any object-group id4390C25825682.dst.net.0 access-list inside_acl_in deny tcp any object-group id4390C25825682.dst.net.0 eq 25 ! ! Rule 5 (global) -access-list outside_acl_in deny ip object-group id4390C25825682.dst.net.0 any log 6 interval 300 +access-list outside_acl_in deny ip object-group id4388CFF8674.src.net.0 any log 6 interval 300 ! ! Rule 6 (global) access-list outside_acl_in deny ip object-group id4390C25825682.dst.net.0 any log 6 interval 300 diff --git a/test/pix/firewall4.fw.orig b/test/pix/firewall4.fw.orig index 81695eb3f..64b777686 100755 --- a/test/pix/firewall4.fw.orig +++ b/test/pix/firewall4.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:11 2011 PST by vadim +! Generated Sun Feb 20 18:01:07 2011 PST by vadim ! ! Compiled for pix 6.2 ! Outbound ACLs: not supported diff --git a/test/pix/firewall50.fw.orig b/test/pix/firewall50.fw.orig index 3f504bdad..2424dd57f 100755 --- a/test/pix/firewall50.fw.orig +++ b/test/pix/firewall50.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:11 2011 PST by vadim +! Generated Sun Feb 20 18:01:08 2011 PST by vadim ! ! Compiled for pix 7.0 ! Outbound ACLs: supported diff --git a/test/pix/firewall6.fw.orig b/test/pix/firewall6.fw.orig index fb6151a12..469611345 100755 --- a/test/pix/firewall6.fw.orig +++ b/test/pix/firewall6.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:12 2011 PST by vadim +! Generated Sun Feb 20 18:01:08 2011 PST by vadim ! ! Compiled for pix 6.2 ! Outbound ACLs: not supported diff --git a/test/pix/firewall8.fw.orig b/test/pix/firewall8.fw.orig index 8818c35ca..937b49868 100755 --- a/test/pix/firewall8.fw.orig +++ b/test/pix/firewall8.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:13 2011 PST by vadim +! Generated Sun Feb 20 18:01:10 2011 PST by vadim ! ! Compiled for pix 6.2 ! Outbound ACLs: not supported diff --git a/test/pix/firewall80.fw.orig b/test/pix/firewall80.fw.orig index 1fa51146b..1f75284b5 100755 --- a/test/pix/firewall80.fw.orig +++ b/test/pix/firewall80.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:13 2011 PST by vadim +! Generated Sun Feb 20 18:01:10 2011 PST by vadim ! ! Compiled for pix 8.2 ! Outbound ACLs: supported diff --git a/test/pix/firewall81.fw.orig b/test/pix/firewall81.fw.orig index 1775f9d15..fbea70176 100755 --- a/test/pix/firewall81.fw.orig +++ b/test/pix/firewall81.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:14 2011 PST by vadim +! Generated Sun Feb 20 18:01:11 2011 PST by vadim ! ! Compiled for pix 8.3 ! Outbound ACLs: supported diff --git a/test/pix/firewall82.fw.orig b/test/pix/firewall82.fw.orig index a8a41f0f0..463d45023 100755 --- a/test/pix/firewall82.fw.orig +++ b/test/pix/firewall82.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:14 2011 PST by vadim +! Generated Sun Feb 20 18:01:11 2011 PST by vadim ! ! Compiled for pix 8.3 ! Outbound ACLs: supported diff --git a/test/pix/firewall83.fw.orig b/test/pix/firewall83.fw.orig index 15b336deb..730421687 100755 --- a/test/pix/firewall83.fw.orig +++ b/test/pix/firewall83.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:15 2011 PST by vadim +! Generated Sun Feb 20 18:01:12 2011 PST by vadim ! ! Compiled for pix 8.3 ! Outbound ACLs: supported diff --git a/test/pix/firewall9.fw.orig b/test/pix/firewall9.fw.orig index 269152090..7de0395ee 100755 --- a/test/pix/firewall9.fw.orig +++ b/test/pix/firewall9.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:15 2011 PST by vadim +! Generated Sun Feb 20 18:01:12 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported diff --git a/test/pix/firewall90.fw.orig b/test/pix/firewall90.fw.orig index 404f07472..9307c0f73 100755 --- a/test/pix/firewall90.fw.orig +++ b/test/pix/firewall90.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:16 2011 PST by vadim +! Generated Sun Feb 20 18:01:13 2011 PST by vadim ! ! Compiled for pix 8.3 ! Outbound ACLs: supported diff --git a/test/pix/firewall91.fw.orig b/test/pix/firewall91.fw.orig index 81ac4eb6c..71b75bd61 100755 --- a/test/pix/firewall91.fw.orig +++ b/test/pix/firewall91.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:16 2011 PST by vadim +! Generated Sun Feb 20 18:01:13 2011 PST by vadim ! ! Compiled for pix 8.3 ! Outbound ACLs: supported diff --git a/test/pix/firewall92.fw.orig b/test/pix/firewall92.fw.orig index 6f801aad7..c97a26c57 100755 --- a/test/pix/firewall92.fw.orig +++ b/test/pix/firewall92.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:17 2011 PST by vadim +! Generated Sun Feb 20 18:01:14 2011 PST by vadim ! ! Compiled for pix 8.3 ! Outbound ACLs: supported diff --git a/test/pix/firewall93.fw.orig b/test/pix/firewall93.fw.orig index 75b94e1b0..8b19901c8 100755 --- a/test/pix/firewall93.fw.orig +++ b/test/pix/firewall93.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:17 2011 PST by vadim +! Generated Sun Feb 20 18:01:14 2011 PST by vadim ! ! Compiled for pix 8.3 ! Outbound ACLs: supported diff --git a/test/pix/firewall94.fw.orig b/test/pix/firewall94.fw.orig index 0f96bcf49..c1f3bf9bb 100755 --- a/test/pix/firewall94.fw.orig +++ b/test/pix/firewall94.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:18 2011 PST by vadim +! Generated Sun Feb 20 18:01:15 2011 PST by vadim ! ! Compiled for pix 8.3 ! Outbound ACLs: supported diff --git a/test/pix/fwsm1.fw.orig b/test/pix/fwsm1.fw.orig index 16331dd99..8c69503bd 100755 --- a/test/pix/fwsm1.fw.orig +++ b/test/pix/fwsm1.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:18 2011 PST by vadim +! Generated Sun Feb 20 18:01:15 2011 PST by vadim ! ! Compiled for fwsm 2.3 ! Outbound ACLs: supported diff --git a/test/pix/fwsm2.fw.orig b/test/pix/fwsm2.fw.orig index b25674229..c52f2ac7f 100755 --- a/test/pix/fwsm2.fw.orig +++ b/test/pix/fwsm2.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:19 2011 PST by vadim +! Generated Sun Feb 20 18:01:16 2011 PST by vadim ! ! Compiled for fwsm 4.x ! Outbound ACLs: supported diff --git a/test/pix/pix515.fw.orig b/test/pix/pix515.fw.orig index 1bb11995a..acfe8a65c 100755 --- a/test/pix/pix515.fw.orig +++ b/test/pix/pix515.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:20 2011 PST by vadim +! Generated Sun Feb 20 18:01:17 2011 PST by vadim ! ! Compiled for pix 7.0 ! Outbound ACLs: supported diff --git a/test/pix/real.fw.orig b/test/pix/real.fw.orig index 569a78a0a..0ef3c4547 100755 --- a/test/pix/real.fw.orig +++ b/test/pix/real.fw.orig @@ -3,7 +3,7 @@ ! ! Firewall Builder fwb_pix v4.2.0.3483 ! -! Generated Sun Feb 20 17:26:20 2011 PST by vadim +! Generated Sun Feb 20 18:01:17 2011 PST by vadim ! ! Compiled for pix 6.3 ! Outbound ACLs: not supported