SuggestSectionName

Syntax

sub SuggestSectionName

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.

Configuration

There is no configuration. The hook is always called.

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

Return Values

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