Changeset 11229
- Timestamp:
- 08/18/08 09:30:02 (5 months ago)
- Location:
- branches/juruen
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/juruen/intrepid-alpha4/client/services/src/EBox/Model/ServiceConfigurationTable.pm
r11226 r11229 157 157 return unless (exists $parms->{'protocol'}); 158 158 my $type = $parms->{'protocol'}->value(); 159 if ($type eq any ('gre', 'icmp', 'esp' ) ) {159 if ($type eq any ('gre', 'icmp', 'esp', 'any') ) { 160 160 my $source = $parms->{'source'}; 161 161 my $destination = $parms->{'destination'}; -
branches/juruen/intrepid-packages/client/services/src/EBox/Model/ServiceConfigurationTable.pm
r11226 r11229 157 157 return unless (exists $parms->{'protocol'}); 158 158 my $type = $parms->{'protocol'}->value(); 159 if ($type eq any ('gre', 'icmp', 'esp' ) ) {159 if ($type eq any ('gre', 'icmp', 'esp', 'any') ) { 160 160 my $source = $parms->{'source'}; 161 161 my $destination = $parms->{'destination'};
