Add a ikedscp ipsec.conf option to set DSCP value on outgoing IKE packets

This commit is contained in:
Martin Willi
2013-02-06 15:36:36 +01:00
parent 5b15bd5f9d
commit 7fbe516f88
7 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -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_ */