mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-17 00:00:59 -04:00
use definitions from libstrongswan/attributes/attributes.h
This commit is contained in:
parent
930443afff
commit
27f4dd33b2
@ -25,6 +25,8 @@
|
||||
|
||||
#include <freeswan.h>
|
||||
|
||||
#include <attributes/attributes.h>
|
||||
|
||||
#include "constants.h"
|
||||
#include "defs.h"
|
||||
#include "log.h"
|
||||
|
@ -534,24 +534,6 @@ extern const char *const payload_name[];
|
||||
|
||||
extern enum_names attr_msg_type_names;
|
||||
|
||||
/* Mode Config attribute values */
|
||||
#define INTERNAL_IP4_ADDRESS 1
|
||||
#define INTERNAL_IP4_NETMASK 2
|
||||
#define INTERNAL_IP4_DNS 3
|
||||
#define INTERNAL_IP4_NBNS 4
|
||||
#define INTERNAL_ADDRESS_EXPIRY 5
|
||||
#define INTERNAL_IP4_DHCP 6
|
||||
#define APPLICATION_VERSION 7
|
||||
#define INTERNAL_IP6_ADDRESS 8
|
||||
#define INTERNAL_IP6_NETMASK 9
|
||||
#define INTERNAL_IP6_DNS 10
|
||||
#define INTERNAL_IP6_NBNS 11
|
||||
#define INTERNAL_IP6_DHCP 12
|
||||
#define INTERNAL_IP4_SUBNET 13
|
||||
#define SUPPORTED_ATTRIBUTES 14
|
||||
#define INTERNAL_IP6_SUBNET 15
|
||||
|
||||
|
||||
extern enum_names modecfg_attr_names;
|
||||
|
||||
/* XAUTH attribute values */
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <freeswan.h>
|
||||
|
||||
#include <library.h>
|
||||
#include <attributes/attributes.h>
|
||||
#include <crypto/prfs/prf.h>
|
||||
|
||||
#include "constants.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user