diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-05-13 05:53:21 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-05-13 05:53:21 +0000 |
commit | ef31d1161d414e8acc916f9878501aa5c25400a3 (patch) | |
tree | ed17f343a18aaa1999b6f06b8ff115a8528da515 /testing/tests/sql/net2net-psk/hosts | |
parent | 2e6342db52b9c26bc17d52314c8aa2faf2ec7272 (diff) | |
download | strongswan-ef31d1161d414e8acc916f9878501aa5c25400a3.tar.bz2 strongswan-ef31d1161d414e8acc916f9878501aa5c25400a3.tar.xz |
added caption to ipsec.sql file
Diffstat (limited to 'testing/tests/sql/net2net-psk/hosts')
-rw-r--r-- | testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql | 2 | ||||
-rw-r--r-- | testing/tests/sql/net2net-psk/hosts/sun/etc/ipsec.d/ipsec.sql | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql b/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql index 936db4857..d110219d5 100644 --- a/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql +++ b/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql @@ -1,3 +1,5 @@ +/* strongSwan SQLite database */ + DROP TABLE IF EXISTS identities; CREATE TABLE identities ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, diff --git a/testing/tests/sql/net2net-psk/hosts/sun/etc/ipsec.d/ipsec.sql b/testing/tests/sql/net2net-psk/hosts/sun/etc/ipsec.d/ipsec.sql index 90a077973..61e99a93a 100644 --- a/testing/tests/sql/net2net-psk/hosts/sun/etc/ipsec.d/ipsec.sql +++ b/testing/tests/sql/net2net-psk/hosts/sun/etc/ipsec.d/ipsec.sql @@ -1,3 +1,5 @@ +/* strongSwan SQLite database */ + DROP TABLE IF EXISTS identities; CREATE TABLE identities ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, |