Public bug reported:

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?

** Affects: n2n (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663357

Title:
  init scripts without all variables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/n2n/+bug/1663357/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to