SuggestSectionName

Syntax

sub SuggestSectionName

Back to top

Description

Note: This hook is relevant for Check Point devices.

SuggestSectionName is used to set the value of a section of new rule when work order suggests adding a new rule

Back to top

Configuration

There is no configuration. The hook is always called.

Back to top

Input Parameters

$ticket

A Perl hash reference containing a single key called flatTicket, which points to the flat ticket representation of the change request.

For details, see Flat Ticket Examples.

$sections

Hash of possible sections

$trafficLineNumber

The current traffic line in the change request

Back to top

Return Values

The return value is the name of selected section or undefined if no section is selected.

Back to top