Support multiple addresses/pools in left/rightsourceip
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <stroke_msg.h>
|
||||
#include "stroke_ca.h"
|
||||
#include "stroke_cred.h"
|
||||
#include "stroke_attribute.h"
|
||||
|
||||
typedef struct stroke_config_t stroke_config_t;
|
||||
|
||||
@@ -71,6 +72,7 @@ struct stroke_config_t {
|
||||
/**
|
||||
* Create a stroke_config instance.
|
||||
*/
|
||||
stroke_config_t *stroke_config_create(stroke_ca_t *ca, stroke_cred_t *cred);
|
||||
stroke_config_t *stroke_config_create(stroke_ca_t *ca, stroke_cred_t *cred,
|
||||
stroke_attribute_t *attributes);
|
||||
|
||||
#endif /** STROKE_CONFIG_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user