Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Rishabh04-02/libreswan
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh04-02 committed Aug 9, 2019
2 parents ec243d7 + 60cf751 commit 7f81d48
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ ping -n -c 1 -I 192.1.3.209 192.1.2.23
# ping should succeed through tunnel
ping -n -c 4 -I 192.1.3.209 192.1.2.23
ipsec whack --trafficstatus
echo "Crashing the client."
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# A tunnel should have established with non-zero byte counters
# Two tunnels should have established with non-zero byte counters. East will have both of the road tunnels established
ipsec whack --trafficstatus
grep "negotiated connection" /tmp/pluto.log
grep IKEv2_AUTH_ OUTPUT/*pluto.log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ east #
echo "initdone"
initdone
east #
# A tunnel should have established with non-zero byte counters
# Two tunnels should have established with non-zero byte counters. East will have both of the road tunnels established
east #
ipsec whack --trafficstatus
006 #2: "clear-or-private#192.1.2.254/32"[1] ...192.1.2.254===10.0.10.1/32, type=ESP, add_time=1234567890, inBytes=336, outBytes=336, id='ID_NULL', lease=10.0.10.1/32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,4 @@ road #
ipsec whack --trafficstatus
006 #2: "private-or-clear#192.1.2.0/24"[1] 10.0.10.2/32=== ...192.1.2.23, type=ESP, add_time=1234567890, inBytes=336, outBytes=336, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org', lease=10.0.10.2/32
road #
echo "Crashing the client."
Crashing the client.
road #

0 comments on commit 7f81d48

Please sign in to comment.