Description

Type string READ/WRITE

runclienthost is a modifiable copy of the clienthost input variable.

Example
# reject commands being issued from unknown workstations 
workstations = {"sun34","sun35","sun36"}; 
if (!(clienthost in workstations)) 
   reject;
Related Topics

clienthost