summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/interface/node.def
AgeCommit message (Collapse)Author
2010-07-21Remove verbs from help stringsStephen Hemminger
2010-03-05Get rid of vyatta-vtyshStephen Hemminger
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies.
2009-03-25Change "rip/ripng interface" check from "syntax" to "commit".Stig Thormodsrud
Change error message to not say "ethernet".
2009-03-02RIP allow any interface typeStephen Hemminger
Not restricted to just ethernet, RIP should work over bonding etc..
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-07-30Replace calls to vyatta-vtysh perl script with vyatta-vtyshStephen Hemminger
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.
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-quagga
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-12-12Add wrapper script between cfg templates and vtysh. The wrapper will:Stig Thormodsrud
- log commands to /tmp/vtysh.log - return error code when quagga responds with an errmsg - ignore errors when called with -n
2007-12-10Redo RIP cli to remove interface/network requirement.Stig Thormodsrud
2007-10-12First cut of RIP new cli.Stig Thormodsrud
Fix filename on vyatta_policy.pl.