mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
charon does not need leftnexthop for ipv6 scenarios
This commit is contained in:
parent
8ad95a2000
commit
e2d1f05f0e
@ -18,12 +18,10 @@ conn net-net
|
|||||||
|
|
||||||
conn host-host
|
conn host-host
|
||||||
left=PH_IP6_MOON
|
left=PH_IP6_MOON
|
||||||
leftnexthop=0::0
|
|
||||||
leftcert=moonCert.pem
|
leftcert=moonCert.pem
|
||||||
leftid=@moon.strongswan.org
|
leftid=@moon.strongswan.org
|
||||||
leftfirewall=yes
|
leftfirewall=yes
|
||||||
right=PH_IP6_SUN
|
right=PH_IP6_SUN
|
||||||
rightnexthop=0::0
|
|
||||||
rightid=@sun.strongswan.org
|
rightid=@sun.strongswan.org
|
||||||
auto=add
|
auto=add
|
||||||
|
|
||||||
|
@ -18,11 +18,9 @@ conn net-net
|
|||||||
|
|
||||||
conn host-host
|
conn host-host
|
||||||
left=PH_IP6_SUN
|
left=PH_IP6_SUN
|
||||||
leftnexthop=0::0
|
|
||||||
leftcert=sunCert.pem
|
leftcert=sunCert.pem
|
||||||
leftid=@sun.strongswan.org
|
leftid=@sun.strongswan.org
|
||||||
leftfirewall=yes
|
leftfirewall=yes
|
||||||
right=PH_IP6_MOON
|
right=PH_IP6_MOON
|
||||||
rightnexthop=0::0
|
|
||||||
rightid=@moon.strongswan.org
|
rightid=@moon.strongswan.org
|
||||||
auto=add
|
auto=add
|
||||||
|
Loading…
x
Reference in New Issue
Block a user