Electroneum
config_view Struct Reference

#include <config_file.h>

Collaboration diagram for config_view:

Public Attributes

struct config_viewnext
 
char * name
 
struct config_str2listlocal_zones
 
struct config_strlistlocal_data
 
struct config_strlistlocal_zones_nodefault
 
int isfirst
 
struct config_str2listrespip_actions
 
struct config_str2listrespip_data
 

Detailed Description

View config options

Definition at line 594 of file config_file.h.

Member Data Documentation

◆ isfirst

int config_view::isfirst

Fallback to global local_zones when there is no match in the view view specific tree. 1 for yes, 0 for no

Definition at line 607 of file config_file.h.

◆ local_data

struct config_strlist* config_view::local_data

local data RRs

Definition at line 602 of file config_file.h.

◆ local_zones

struct config_str2list* config_view::local_zones

local zones

Definition at line 600 of file config_file.h.

◆ local_zones_nodefault

struct config_strlist* config_view::local_zones_nodefault

local zones nodefault list

Definition at line 604 of file config_file.h.

◆ name

char* config_view::name

view name

Definition at line 598 of file config_file.h.

◆ next

struct config_view* config_view::next

next in list

Definition at line 596 of file config_file.h.

◆ respip_actions

struct config_str2list* config_view::respip_actions

predefined actions for particular IP address responses

Definition at line 609 of file config_file.h.

◆ respip_data

struct config_str2list* config_view::respip_data

data complementing the 'redirect' response IP actions

Definition at line 611 of file config_file.h.


The documentation for this struct was generated from the following file: