Age | Commit message (Collapse) | Author |
|
and to use environment variable set via new cli.
|
|
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.
|
|
Tighten up validity check on interface names.
|
|
|
|
Allow static interface routes to be configured via PPP interfaces that
are down. Quagga will install the route when the interface comes up.
|
|
- help strings standardized in vyatta-cfg-quagga
|
|
|
|
- log commands to /tmp/vtysh.log
- return error code when quagga responds with an errmsg
- ignore errors when called with -n
|
|
|
|
- Add support for multiple next-hop-interface for same static route.
- Add support for blackhole route.
- Add support for metric on static routes.
|
|
- Add basic support for static routes.
|