diff mbox

example: ipsec: fix copy/paste error in README

Message ID 1437661558-6792-1-git-send-email-stuart.haslam@linaro.org
State Accepted
Commit c959e03c601287183c07223d193982bbf36d56cd
Headers show

Commit Message

Stuart Haslam July 23, 2015, 2:25 p.m. UTC
Instructions should include adding static ARP entry as per the
instructions for the other end of the tunnel on line #138.

Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org>
---
 example/ipsec/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Maxim Uvarov July 27, 2015, 10:05 a.m. UTC | #1
Merged,
Maxim.

On 07/23/15 17:25, Stuart Haslam wrote:
> Instructions should include adding static ARP entry as per the
> instructions for the other end of the tunnel on line #138.
>
> Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org>
> ---
>   example/ipsec/README | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/example/ipsec/README b/example/ipsec/README
> index 319bfc2..74f1d26 100644
> --- a/example/ipsec/README
> +++ b/example/ipsec/README
> @@ -49,7 +49,7 @@ VM0 has the follwing interface configuration:
>   In addition, static ARP and IPv4 routes must be added on VM0:
>   
>            sudo ip route add 192.168.222.0/24 via 192.168.111.1
> -         sudo ip route add 192.168.222.0/24 via 192.168.111.1
> +         sudo arp -s 192.168.111.1 08:00:27:04:BF:8C
>   
>     4.2 VM1 configuration
>
diff mbox

Patch

diff --git a/example/ipsec/README b/example/ipsec/README
index 319bfc2..74f1d26 100644
--- a/example/ipsec/README
+++ b/example/ipsec/README
@@ -49,7 +49,7 @@  VM0 has the follwing interface configuration:
 In addition, static ARP and IPv4 routes must be added on VM0:
 
          sudo ip route add 192.168.222.0/24 via 192.168.111.1
-         sudo ip route add 192.168.222.0/24 via 192.168.111.1
+         sudo arp -s 192.168.111.1 08:00:27:04:BF:8C
 
   4.2 VM1 configuration