]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/helpers/ipsec-updown
IPsec: Fix routing in tunnel mode
[people/ms/network.git] / src / helpers / ipsec-updown
index 3764085f452381a4bb02eb0fcfef9edf049a23ac..185c2c72b26dcba93aa7a5c12b059f52ce6789a9 100644 (file)
@@ -108,7 +108,7 @@ case "${PLUTO_VERB}" in
                                fi
                        else
                                # Get the device which we use to peer with the other site.
-                               ME_DEVICE = "$(device_get_by_ip_address "${PLUTO_ME}")"
+                               ME_DEVICE="$(device_get_by_assigned_ip_address "${PLUTO_ME}")"
 
                                # We can only go on if we found a device.
                                if isset ME_DEVICE; then