diff -Nur -x '*.orig' -x '*.rej' smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up --- smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up 2010-10-17 01:24:00.000000000 +0200 +++ mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up 2010-10-17 01:23:41.000000000 +0200 @@ -28,7 +28,7 @@ db=$(/sbin/e-smith/db networks getprop ${!net} VPN) if [ ! -z $db ]; then # if the network already exists in the DB, just push the route - /sbin/route add -net $net netmask $mask gw $ifconfig_remote + /sbin/route add -net ${!net} netmask ${!mask} gw $ifconfig_remote else /sbin/e-smith/db networks set ${!net} network Mask ${!mask} Router $ifconfig_remote VPN $vpnid /sbin/e-smith/signal-event network-create ${!net}