Changeset 11228

Show
Ignore:
Timestamp:
08/18/08 08:22:33 (5 months ago)
Author:
/C=ES/O=Warp Networks S.L./CN=juruen@…
Message:

add missing any to protocols

thx to qq :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/client/services/src/EBox/Model/ServiceConfigurationTable.pm

    r11225 r11228  
    157157        return unless (exists $parms->{'protocol'}); 
    158158        my $type = $parms->{'protocol'}->value(); 
    159         if ($type eq any ('gre', 'icmp', 'esp') ) { 
     159        if ($type eq any ('gre', 'icmp', 'esp', 'any') ) { 
    160160            my $source = $parms->{'source'}; 
    161161            my $destination = $parms->{'destination'};