diff options
Diffstat (limited to 'src/vnet/ipsec/ipsec_if.h')
-rw-r--r-- | src/vnet/ipsec/ipsec_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ipsec/ipsec_if.h b/src/vnet/ipsec/ipsec_if.h index 96a109ddaf5..67d5554e777 100644 --- a/src/vnet/ipsec/ipsec_if.h +++ b/src/vnet/ipsec/ipsec_if.h @@ -41,7 +41,7 @@ typedef struct u8 is_add; u8 esn; u8 anti_replay; - ip4_address_t local_ip, remote_ip; + ip46_address_t local_ip, remote_ip; u32 local_spi; u32 remote_spi; ipsec_crypto_alg_t crypto_alg; |