Hi,

I have a protocol handler on my router for tinc.
On openwrt 10.03.1 it worked, after i updated to openwrt 12.09 it stopped working.

After looking i found, it has something to do with netifd.

How can if fix this ?

Perry

# tinc.sh - Abstract tinc protocol backend

setup_interface_tinc() {

        local iface="$1"
        local cfg="$2"
        local link="tinc-$cfg"
        export INTERFACE="$iface"

        # Bring up tinc interface.
        /usr/local/nbe/sbin/provcl --action=ifup
}
~

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to