Hi, this mailing list is written as onwer of package called n2n in ubuntu repository. There is a bug in scripts. Is it possible to repair it?
There is variable N2N_DAEMON_OPTS in /etc/default/n2n config file. I use this variable for netmask or for settings MTU. This variable for settings netmask may be like: N2N_DAEMON_OPTS="-s 255.255.0.0" but, in init scripts this variable is not used (in /etc/init.d/n2n) There is in line 69: -f -a $N2N_IP -c $N2N_COMMUNITY -l $N2N_SUPERNODE:$N2N_SUPERNODE_PORT \ I thing that correct may be: -f -a $N2N_IP -c $N2N_COMMUNITY -l $N2N_SUPERNODE:$N2N_SUPERNODE_PORT $N2N_DAEMON_OPTS \ I rewrote this and it works well. Could you repair in repository? Best regards Ludek -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss