Hi Matus,

There is only ip4 address in create_ipsec_tunnel_command_fn and 
ipsec_add_del_tunnel_args_t

 if (unformat
  (line_input, "local-ip %U", unformat_ip4_address, &a.local_ip))
num_m_args++;
      else
if (unformat
    (line_input, "remote-ip %U", unformat_ip4_address, &a.remote_ip))
num_m_args++;

ip4_address_t local_ip, remote_ip;

When I add ipv6 addr and input,then I configure ipsec ipv6 ,will IPSec IPv6 
work?

By the way, does vpp support IPSEC AH? What about IPSEC AH + ESP?

Thanks,
xyxue

 
发件人: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
发送时间: 2017-05-22 12:50
收件人: 薛欣颖; vpp-dev@lists.fd.io
主题: RE: [vpp-dev] IPSEC IPV6
Hi,
 
IPSec has IPv6 support, see examples here 
https://wiki.fd.io/view/VPP/IPSec_and_IKEv2#IPSec and use IPv6 adresses instead 
of IPv4.
 
Regards,
Matus
 
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On 
Behalf Of ???
Sent: Saturday, May 20, 2017 8:05 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] IPSEC IPV6
 
 
Hi guys,
 
Is it possible to configure IPSEC IPV6 now? And how can I configure it?
 
Thanks,
xyxue
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev
  • [vpp-dev] IPSE... 薛欣颖
    • Re: [vpp-... Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
      • [vpp-... 薛欣颖
        • R... Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
          • ... 薛欣颖
            • ... Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)

Reply via email to