Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-30 | added required keyword to help text. | Michael Larson | |
2009-10-13 | Convert update: on mulitnodes to create: | Stephen Hemminger | |
This is what CLI Primer says is supposed to work. | |||
2009-10-13 | Fix setup of protocols on boot | Stephen Hemminger | |
New CLI appears to require 'update:' rather than 'create:' on tag nodes in order for them to get applied correctly. Workaround this by changing all the create: to update: in Quagga config Bug 4486 | |||
2009-07-15 | Bugfix 4708: Change update action in non-leaf valueless node to create | Bob Gilligan | |
An "update" action in a non-leaf valueless node is only called when the node is created for the first time. So the "create" action should be used instead of "update". | |||
2009-07-09 | Remove hidden templates | Stephen Hemminger | |
Templates in */node.tag/node.def are meaningless in current CLI. Remove all the templates that are intermediat help text. (cherry picked from commit ebd628b2b2a93d78a60c1d0ed41d0ab793c0efdf) | |||
2009-07-09 | Replace update tag on multi-nodes | Stephen Hemminger | |
Multiple value nodes are never updated, only created or deleted. (cherry picked from commit 909452cdb631577aed7b9a7aed6613c2756f4e33) | |||
2009-07-09 | Convert update: on mulitnodes to create: | Stephen Hemminger | |
This is what CLI Primer says is supposed to work. (cherry picked from commit 4cb6efba141b1e54ee78077410dd027a8fcf1a39) | |||
2009-07-09 | Fix setup of protocols on boot | Stephen Hemminger | |
New CLI appears to require 'update:' rather than 'create:' on tag nodes in order for them to get applied correctly. Workaround this by changing all the create: to update: in Quagga config Bug 4486 (cherry picked from commit 84536c188e359a9f046bc8f1c5a3180b3e03ee8b) | |||
2009-05-28 | Convert template to new syntax | Stephen Hemminger | |
Use 'update: ...' rather than 'update:expression: ...' | |||
2009-03-16 | Handle error message in perl code | Stephen Hemminger | |
Easier to just have utility print error message | |||
2009-02-25 | Use single quotes around $VAR(@). | Stig Thormodsrud | |
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-07-28 | Use vyatta_sbindir | Stephen Hemminger | |
Wrong shell variable in earlier commit | |||
2008-07-28 | Add new program to check prefix boundary | Stephen Hemminger | |
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program. | |||
2008-04-15 | Partial fix for 3004. Set priority of network node higher than virtual-link ↵ | Stig Thormodsrud | |
node. | |||
2008-04-11 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: templates/protocols/ospf/area/node.tag/range/node.tag/cost/node.def templates/protocols/ospf/area/node.tag/range/node.tag/not-advertise/node.def templates/protocols/ospf/area/node.tag/range/node.tag/substitute/node.def templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/md5/node.def templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/plaintext-password/node.def | |||
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-quagga | |||
2008-04-09 | Fix [Bug 3125] "...... range <> no-advertise" should be removed from the ↵ | Stig Thormodsrud | |
config while it is removed from the routing engine by "set protocols ospf area <> range <> substitute <>" | |||
2008-04-09 | Fix 3126: ospf virtual-link authentication types should not be able to be ↵ | Stig Thormodsrud | |
coexisted in the config | |||
2008-04-08 | Make sure OSPF area-type is set before default-cost. | Stig Thormodsrud | |
2008-04-08 | Fix 3124: "set protocols ospf area <> area-type nssa translate always" ↵ | Stig Thormodsrud | |
removed "...... nssa no-summary" from the routing engine | |||
2008-02-27 | Fix 2906: "delete protocols ospf area X area-type nssa " and then "commit" - ↵ | Stig Thormodsrud | |
"commit failed" | |||
2008-02-13 | Fix 2819 Plain-text authentication should be identified as such | Stig Thormodsrud | |
2008-02-11 | Fix 2810 ospf authentications gets truncated to 8 characters | Stig Thormodsrud | |
- Add syntax checks to verify length of passwords. | |||
2008-02-02 | Add some comp_help strings to ospf cli | Stig Thormodsrud | |
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
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-11-29 | Add cli for OSPF authentication. | Stig Thormodsrud | |
2007-11-27 | Add OSPF interface commands for ethernet and loopback. | Stig Thormodsrud | |
2007-11-13 | Add yet more OSPF configuration. | Stig Thormodsrud | |
2007-11-12 | Allow for multiple ospf networks under area node. | Stig Thormodsrud | |
2007-11-10 | Add more OSPF configuration. | Stig Thormodsrud | |
2007-11-06 | Fix ospf area validation and move error message to template file. | Stig Thormodsrud | |
2007-11-05 | Add ospf area validation and fix tab completion for router-id. | Stig Thormodsrud | |
2007-10-18 | Add minimal ospf config. | Stig Thormodsrud | |
- still need to add validation and rest of functionality. |