Skip to content

Commit

Permalink
Revert "issue #69 - updated test for fix-encalg-and-hashalg"
Browse files Browse the repository at this point in the history
This reverts commit 777fcc7.
  • Loading branch information
Klaus Zerwes authored and Klaus Zerwes committed May 28, 2024
1 parent 4e301a9 commit 0bf80b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions test/ipsec-test1-04-encalg-expect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</phase1>
<phase2>
<ikeid>1</ikeid>
<uniqid>aaa</uniqid>
<uniqid>eea1dcb2e051a</uniqid>
<disabled>1</disabled>
<mode>tunnel</mode>
<pfsgroup>2</pfsgroup>
Expand Down Expand Up @@ -66,7 +66,7 @@
</phase2>
<phase2>
<ikeid>1</ikeid>
<uniqid>bbb</uniqid>
<uniqid>e471b7299c8c1</uniqid>
<mode>tunnel</mode>
<pfsgroup>2</pfsgroup>
<lifetime>3600</lifetime>
Expand All @@ -93,7 +93,7 @@
</phase2>
<phase2>
<ikeid>1</ikeid>
<uniqid>ccc</uniqid>
<uniqid>e98f78c414ece</uniqid>
<mode>tunnel</mode>
<pfsgroup>2</pfsgroup>
<lifetime>3600</lifetime>
Expand Down
6 changes: 3 additions & 3 deletions test/ipsec-test1-04-encalg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</phase1>
<phase2>
<ikeid>1</ikeid>
<uniqid>aaa</uniqid>
<uniqid>eea1dcb2e051a</uniqid>
<disabled>1</disabled>
<mode>tunnel</mode>
<pfsgroup>2</pfsgroup>
Expand All @@ -62,7 +62,7 @@
</phase2>
<phase2>
<ikeid>1</ikeid>
<uniqid>bbb</uniqid>
<uniqid>e471b7299c8c1</uniqid>
<mode>tunnel</mode>
<pfsgroup>2</pfsgroup>
<lifetime>3600</lifetime>
Expand All @@ -85,7 +85,7 @@
</phase2>
<phase2>
<ikeid>1</ikeid>
<uniqid>ccc</uniqid>
<uniqid>e98f78c414ece</uniqid>
<mode>tunnel</mode>
<pfsgroup>2</pfsgroup>
<lifetime>3600</lifetime>
Expand Down
6 changes: 3 additions & 3 deletions test/ipsec-test1-04-encalg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ opn_ipsec:
- hmac_sha512
phase2:
# key is the uniqid
aaa:
eea1dcb2e051a:
pinghost: 10.0.0.1
descr: 10.0.0.0/12
disabled: 1 # this way you can disable a p2 entry without deleting it; a disabled p2 entry must be enabled by explicitly setting disabled: 0
Expand All @@ -57,15 +57,15 @@ opn_ipsec:
address: 10.0.0.0
netbits: 12
reqid: 1
bbb:
e471b7299c8c1:
pinghost: 10.128.0.1
descr: 10.128.0.0/12
remoteid:
type: network
address: 10.128.0.0
netbits: 12
reqid: 2
ccc:
e98f78c414ece:
pinghost: 10.224.0.1
descr: 10.224.0.0/12
remoteid:
Expand Down

0 comments on commit 0bf80b3

Please sign in to comment.