Stephens, Allan <[EMAIL PROTECTED]> wrote: > Building the TIPC 1.6 module should be a simple matter of configuring > your kernel to use TIPC (as a module), building it, and installing it. > The tipc-config application that came with TIPC 1.7.5 should be able to > communicate with the older TIPC 1.6 kernel module (although the kernel
Now that you mention it: tipc-config uses the generic netlink facility to communicate with the tipc stack and 1.7.x TIPC only registers a handler if CONFIG_TIPC_CONFIG_SERVICE is enabled in the kernel configuration. Andrew might want to check that $ grep CONFIG_TIPC_CONFIG_SERVICE .config CONFIG_TIPC_CONFIG_SERVICE=y ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
