Displaying 1 result from an estimated 1 matches for "fw_set_option_".
Did you mean:
fw_get_option_
2000 Jan 13
0
ssh-proxy, a new approach to firewall software
...bout the states of the protocol, and the configuration
parts of it possibly knows only some configuration parameters.
The communication of the proxy and the upper layer is done
via events (the fw_event() function). Before the event the
proxy sets variables which are the parameters of it ( with
fw_set_option_* ). The upper layer makes decisions based
those parameters, and other parameters set in previous events.
The decisions are communicated either through setting variables
or directly modifying the control flow (tipically aborting).
The proxy reads the variables set by the upper layer (with
fw_ge...