-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi.
Take a look at /lib/network/ the per-protocol "handlers" are implemented there. You need to provide at least two functions setup_interface_yourproto() and stop_interface_yourproto(). The network config infrastructure in OpenWrt will source all scripts in /lib/network/ so you can put your protocol handler procedures in a separate script file shipped along with the package providing your new interface protocol. ~ JoW -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktyAI4ACgkQdputYINPTPOWhgCeI+9MVtS7CJfUdLx8ZMWm934n d5EAn1jqxJUzrBTsYlXP7K/Huuvye6EU =1Ose -----END PGP SIGNATURE----- _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
