Age | Commit message (Collapse) | Author |
|
|
|
and to use environment variable set via new cli.
|
|
Any valid interface is allowed.
|
|
Allow interface routes to be configured to any device name (existing
or not). This allows for future technolgies, and also handles case
of tunnels and other devices that may need routes configured before
they exist.
|
|
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
|
|
|
|
No longer need the perl wrapper, the logging and error suppression
are now in the command itself. This helps with the speed of route
creation with lots of routes.
|
|
Wrong shell variable in earlier commit
|
|
Using perl to check prefix boundary, is slow because of the overhead
of compiling the same script many times. So convert this simple task
to a C program.
|
|
|