Add a ikedscp ipsec.conf option to set DSCP value on outgoing IKE packets
This commit is contained in:
@@ -148,6 +148,7 @@ struct starter_conn {
|
||||
ipsec_mode_t mode;
|
||||
bool proxy_mode;
|
||||
fragmentation_t fragmentation;
|
||||
u_int ikedscp;
|
||||
sa_option_t options;
|
||||
time_t sa_ike_life_seconds;
|
||||
time_t sa_ipsec_life_seconds;
|
||||
@@ -246,4 +247,3 @@ extern starter_config_t *confread_load(const char *file);
|
||||
extern void confread_free(starter_config_t *cfg);
|
||||
|
||||
#endif /* _IPSEC_CONFREAD_H_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user