]> git.ipfire.org Git - people/jschlag/network.git/commitdiff
IPsec: Fix routing in tunnel mode 11629_5
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 4 Mar 2018 16:18:02 +0000 (16:18 +0000)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 4 Mar 2018 16:18:02 +0000 (16:18 +0000)
Two syntax errors make the routing in tunnel mode non working

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
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