Age | Commit message (Collapse) | Author |
|
Rather than 100's of copies of the same template, use the same
process as the firewall module to generate the templates.
For this, the are meta-templates in interface-templates directory
which get processed and $IFNAME is replaced by the appropriate CLI
syntax to refer back to the directory name. Changing a quagga
template in most cases can be done by fixing the meta-template.
|
|
|
|
This only happens if link metrics set but OSPF/RIP not running yet.
|
|
More work to be done to support this on adsl and serial.
|
|
|
|
This reverts commit 66f7e4b555c01812cbe5f993bc112cec99743235.
|
|
|
|
|
|
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.
|
|
split-horizon" under the routing engine which is unknown in the config
- 'interfaces <.....> ip rip split-horizon' does nothing on set or delete
documentation needs to be updated to reflect:
:'interfaces <.....> ip rip' or 'interfaces <.....> ip rip split-horizon' do nothing on set or delete
:CLI under 'interfaces <.....> ip rip split-horizon' be only used to control split horizon behaviour i.e.
:either disable it using: 'set interfaces <.....> ip rip split-horizon disable'
:or use split-horizon with poison reverse using: 'set interfaces <.....> ip rip split-horizon poison-reverse'
:to set up RIP for an interface, RIP section under protocols is to be used
|
|
|
|
-implemented 'split-horizon disable' for all interfaces that allow configuring RIP
|
|
-implemented 'split-horizon disable' for all interfaces that allow configuring RIP
|
|
|
|
- help strings standardized in vyatta-cfg-quagga
|
|
|
|
Need to figure out a better way of doing this...
|
|
|
|
- log commands to /tmp/vtysh.log
- return error code when quagga responds with an errmsg
- ignore errors when called with -n
|
|
|
|
|
|
|