Help for this page

Select Code to Download


  1. or download this
     sub ipsec_restart {
    
        my ($self) = @_;
    ...
    
        return $restart;
    }
    
  2. or download this
     $self->{'ipsec_restart'} = $self->{'ipsec_obj'}->ipsec_restart();
          ('[Startup] ipsec restart status  is  : '  .  $self->{'ipsec_res
    +tart'} );