2. I see many problem reports about calling netrom from node. In
node/gateway.c (function connect_to, case AF_NETROM) I changed
/* Why on earth is this different from ax.25 ????? */
sprintf(path, "%s %s", nr_config_get_addr(NrPort), call);
to
/* Why on earth is this different from ax.25 ????? */
sprintf(path, "%s %s", nr_config_get_addr(NULL), call);
Calls to netrom neighbours works fine after this change.
3. My English is very bad, I'm sorry.
Tom