Age | Commit message (Collapse) | Author |
|
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...
|