Hi,
I'm trying to integrate my custom mesh routing protocol in Openwrt.
To do so I've added a new script in /lib/network/ which defines the
functions stop_interface_wing and setup_interface_wing (wing is the
name of the new protocol).
My script already creates a new Tun interface using the name specified
in the config file:
config interface mesh
option proto wing
option ifname xr0
However it seems that openwrt is somewhere creating an xr0 interface
by itself. As a matter of fact if I comment the lines of the script that
create
my TUN interface (using the click modular), the device xr0 is still there
after running ifup xr0.
How can I tell openwrt not to create the device? Or should I approach
the setup in some other ways?
Thanks
R.
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel