summaryrefslogtreecommitdiff
path: root/templates/system
AgeCommit message (Collapse)Author
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-11-02Fix call the vyatta-cli-expand-var.pl.Stig Thormodsrud
2009-10-20pushed priority to node.def'sslioch
2009-05-12Syntax error in gateway-address templateStephen Hemminger
Missing fi.
2009-05-07Convert template to non-expression create/update/deleteStephen Hemminger
New syntax is cleaner
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-06-05Fix Bug 3269 system gateway-address conflicts with static defaultMohit Mehta
- route is only deleted from route table if both gateway-address and the static route equivalent to setting a gateway-address are not set
2008-04-11Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help string for 'set default gateway' standardized
2008-03-06Fix Bug 2886 Invalid gateway address is acceptedMohit Mehta
- Change type from text to ipv4
2008-01-31convert templates to new syntaxAn-Cheng Huang
2008-01-14When changing a default gateway, we must 1st delete the last default gateway ↵Stig Thormodsrud
before adding the new.
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-10-16- Fix "set system gateway".Stig Thormodsrud
- Add basic support for static routes.