]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added a default IPv6 config
authorMartin Willi <martin@revosec.ch>
Mon, 20 Dec 2010 14:59:03 +0000 (15:59 +0100)
committerMartin Willi <martin@revosec.ch>
Thu, 10 Mar 2011 09:19:42 +0000 (10:19 +0100)
src/conftest/suiteb/dut.conf
src/conftest/suiteb/suite.conf

index 961472151917061a85e918445854692df09baf83..09218ec3859b2f3bea25250e969a4a833801afd4 100644 (file)
@@ -33,4 +33,15 @@ configs {
                        rts = 10.20.20.0/24
                }
        }
+       ike-v6 {
+               proposal = aes128-sha1-modp1024
+               lhost = 2001:0db8:aaaa:bbbb::0010
+               rhost = 2001:0db8:aaaa:bbbb::0020
+               lid = dut.strongswan.org
+               rid = ls.strongswan.org
+               child-v6 {
+                       lts = 2001:0db8:face:0010::/64
+                       rts = 2001:0db8:face:0020::/64
+               }
+       }
 }
index a055a1aff0cace038686d78b68e39bf6aefa8168..ad0332a34b679de2f5ba90e6331d14478f941aea 100644 (file)
@@ -33,4 +33,15 @@ configs {
                        rts = 10.10.10.0/24
                }
        }
+       ike-v6 {
+               proposal = aes128-sha1-modp1024
+               lhost = 2001:0db8:aaaa:bbbb::0020
+               rhost = 2001:0db8:aaaa:bbbb::0010
+               lid = ls.strongswan.org
+               rid = dut.strongswan.org
+               child-v6 {
+                       lts = 2001:0db8:face:0020::/64
+                       rts = 2001:0db8:face:0010::/64
+               }
+       }
 }