]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/functions/functions.routing
Merge branch 'master' of git://git.ipfire.org/network
[people/stevee/network.git] / src / functions / functions.routing
index 66346107c167f91d1d22428330c474910bc8b220..707e0268dea4a56f2483bef49e8ce75de051e317 100644 (file)
@@ -130,7 +130,7 @@ routing_db_from_ppp() {
 
        # Save the MAC address of the remote DSLAM
        if isset PPP_MACREMOTE; then
-               db_set "${zone}/${proto}/remote-address" "${PPP_MACREMOTE,,}"
+               db_set "${zone}/remote-address" "${PPP_MACREMOTE,,}"
        fi
 }