Signed-off-by: Balazs Nemeth <[email protected]>
---
 Documentation/tutorials/ipsec.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/tutorials/ipsec.rst 
b/Documentation/tutorials/ipsec.rst
index 3b3e42c59..8256b5aa6 100644
--- a/Documentation/tutorials/ipsec.rst
+++ b/Documentation/tutorials/ipsec.rst
@@ -144,6 +144,14 @@ external IP is 1.1.1.1, and `host_2`'s external IP is 
2.2.2.2. Make sure
                                     options:remote_ip=$ip_1 \
                                     options:psk=swordfish
 
+      Set the "local_ip" field in the Interface table on host_1::
+
+          $ ovs-vsctl set Interface tun options:local_ip=$ip_1
+
+      Same on host_2::
+
+          $ ovs-vsctl set Interface tun options:local_ip=$ip_2
+
       .. note::
 
         Pre-shared key (PSK) based authentication is easy to set up but less
-- 
2.29.2

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to