What OpenWrt version do you use? There was a bug in the hotplug default rules which prevented any events for interfaces named "tun*" or "tap*", the patch for this is quite trivial:
https://dev.openwrt.org/changeset/21641 Another workaround is giving the tap device another name: dev-type tap dev vpn0 which is a good idea anyway, then you know how your interface is going to be called if you have multiple vpn instances etc. ~ Jow _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
