Changeset 11228
- Timestamp:
- 08/18/08 08:22:33 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/services/src/EBox/Model/ServiceConfigurationTable.pm
r11225 r11228 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'};
