On Wed, Jun 10, 2015 at 12:49 PM, Rob Janssen <pe1chl(a)amsat.org> wrote:
The missing
element is a way to create an IPIP interface without a
specific
peer IP, and add routes to specific peers on a given IPIP interface to get
it in multipoint mode.
That is clear, yes. I already found that the do not support static routes
being bound to
interfaces, let alone "onlink" routes. So even when you would want to load
routes using
a script, it still cannot be done.
You lost me here. I've had scripts doing this, successfully, for quite
some time (unless I misunderstand you). No, it's not via a single IPIP
interface, but these routers are very capable of managing lists of
hundreds of items, so that's of no concern.
https://github.com/kd7lxl/python-amprapi/blob/master/updateros.py
Usage:
https://github.com/kd7lxl/python-amprapi/#usage-1
You can run it with -n -v to just print a list of commands that would
be run to configure all the AMPR tunnels. This is a non-destructive
way to see what this script does in terms of ROS commands.
Tom KD7LXL