#include <gateway.hh>
Inheritance diagram for Gateway:
Protocol for setting up port forwards for VOS sessions through a NAT gateway.
Definition at line 30 of file gateway.hh.
|
Constructor.
Definition at line 23 of file gateway.cc. |
|
Destructor.
Definition at line 29 of file gateway.cc. |
|
Get default access control policy.
Definition at line 37 of file gateway.cc. |
|
Return type string ("misc:gateway").
Definition at line 72 of file gateway.cc. |
|
Register Extenders.
Definition at line 77 of file gateway.cc. |
|
Perform request-forward. (Request a port forward. Sent from the client systemon the localnet to the firewall. The gateway program on thefirewall should set up a port forward (either a simple user-levelredirect, or using available operating system firewalling such asLinux's iptables) to the client site so long as the client siteremains connected to the firewall.) Implemented in LocalGateway, and RemoteGateway. |
|
Set default access control policy.
Definition at line 33 of file gateway.cc. |
|
Definition at line 33 of file gateway.hh. Referenced by Gateway(), getPropertyAccessControl(), LocalGateway::initialize(), LocalGateway::LocalGateway(), and setPropertyAccessControl(). |