struct l2tp_ipaddr_range
Overview
Structure for the IP-address pool More…
#include <tapi_cfg_l2tp.h> struct l2tp_ipaddr_range { // fields struct sockaddr* start; struct sockaddr* end; enum l2tp_policy type; };
Detailed Documentation
Structure for the IP-address pool
Fields
struct sockaddr* start
The left boundary of the pool
struct sockaddr* end
The right boundary of the pool
enum l2tp_policy type
Above pool can be allowed or denied