Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-16 | Warn user if both gateway-address and static default route are set | James Davidson | |
Fixes bug 7428. | |||
2010-07-21 | Remove verbs from help strings | Stephen Hemminger | |
2010-03-05 | Get rid of vyatta-vtysh | Stephen Hemminger | |
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies. | |||
2009-11-02 | Fix call the vyatta-cli-expand-var.pl. | Stig Thormodsrud | |
2009-10-20 | pushed priority to node.def's | slioch | |
2009-05-12 | Syntax error in gateway-address template | Stephen Hemminger | |
Missing fi. | |||
2009-05-07 | Convert template to non-expression create/update/delete | Stephen Hemminger | |
New syntax is cleaner | |||
2008-08-12 | Revert "Replace vyatta-vtysh with vtysh" | Stephen Hemminger | |
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435. | |||
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-07-30 | Replace calls to vyatta-vtysh perl script with vyatta-vtysh | Stephen 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-05 | Fix Bug 3269 system gateway-address conflicts with static default | Mohit 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-11 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help string for 'set default gateway' standardized | |||
2008-03-06 | Fix Bug 2886 Invalid gateway address is accepted | Mohit Mehta | |
- Change type from text to ipv4 | |||
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
2008-01-14 | When changing a default gateway, we must 1st delete the last default gateway ↵ | Stig Thormodsrud | |
before adding the new. | |||
2007-12-12 | Add 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. |