Age | Commit message (Collapse) | Author |
|
|
|
|
|
When deleting an IPv6 static route from Quagga, we have to specify the
route precisely the same way it was originally configured. If the
route includes an outgoing interface, it must be specified. If the
route does not include an outgoing interface, one must not be
specified.
|
|
For SELinux policy, changing vyatta-quagga to use standard path values.
This means not having to change policies.
|
|
When configuring an IPv6 static route where the next-hop is a link-local
address, the outgoing interface must be specified. This change adds a
new parameter named "interface" under the IPv6 static route config parameter
sub-tree.
|
|
|
|
|
|
Templates in */node.tag/node.def are meaningless in current CLI.
Remove all the templates that are intermediat help text.
(cherry picked from commit ebd628b2b2a93d78a60c1d0ed41d0ab793c0efdf)
|
|
|
|
and to use environment variable set via new cli.
|
|
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.
|
|
|
|
|