Age | Commit message (Collapse) | Author |
|
This only happens if link metrics set but OSPF/RIP not running yet.
|
|
|
|
This reverts commit 66f7e4b555c01812cbe5f993bc112cec99743235.
|
|
|
|
Restore corrected earlier change.
|
|
This reverts commit d4952bc1550223dddcd1228d7335ce1fc380f739 because it
included local changes as well as bug fix
|
|
|
|
Wrap direct calls to vyatta-vtysh to set link-detect in new script.
|
|
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
|
|
- fixed to work for vifs
|
|
The vif templates were incorrect. The name was wrong and multilink was
arranged incorrectly.
|
|
Make serial behave same as ethernet
|
|
|
|
-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
|
|
Add "ip" commands to serial, multilink and pppoe config trees.
|