Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-07 | Fix 3550: Setting kernel redistribution metric generates internal error. | Stig Thormodsrud | |
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-06-11 | Fix 3345: Unable to configure OSPF redistribute <protocol> route-map <name> | Stig Thormodsrud | |
2008-06-06 | Fix 3316: "metric-type" option does not exist in the CLI for OSPF redistribution | Stig Thormodsrud | |
- also reformat to the newer escape-free format | |||
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 | Fix 3129: "delete protocols ospf neighbor <> priority" should delete the ↵ | Stig Thormodsrud | |
neighbor in the config as under the routing engine | |||
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-04-08 | Fix 3130: "set protocols ospf compatible rfc1583" or " set protocols ospf ↵ | Stig Thormodsrud | |
parameters rfc1583-compatibility" needs to be removed | |||
2008-04-08 | Fix 3131: "delete protocols ospf parameters abr-type" does not remove " ospf ↵ | Stig Thormodsrud | |
abr-type standard" from the routing engine | |||
2008-04-08 | Fix 3133: "delete protocols ospf timers throttle spf delay" commit failed | Stig Thormodsrud | |
2008-04-08 | Fix 3132: "set protocols ospf refresh timers <>" then commit failed | Stig Thormodsrud | |
2008-04-08 | Fix 3128: "isis" needs to be removed under " protocols ospf access-list <> ↵ | Stig Thormodsrud | |
export" | |||
2008-04-07 | Fix 3115: set protocols ospf default-information originate always" sends no ↵ | Stig Thormodsrud | |
"always" to the routing engine | |||
2008-04-04 | Fix 3108: Unable to configure ospf 'default-information' originate | Stig Thormodsrud | |
2008-03-20 | Fix 3026 ospf: failed to delete ospf configuration from top level | Stig Thormodsrud | |
2008-03-11 | Change the type from "txt" to "u32" for "protocols ospf access-list <>" | Arthur Xiong | |
2008-03-07 | fix ospf node for bug 2783 | Robert Bays | |
2008-03-07 | bug 2716: set metric-type is not implemented | Robert Bays | |
2008-03-07 | bug 2783: set protocols ospf distribute-list... | Robert Bays | |
2008-02-27 | Fix 2906: "delete protocols ospf area X area-type nssa " and then "commit" - ↵ | Stig Thormodsrud | |
"commit failed" | |||
2008-02-14 | Add default value for ospf auto-cost reference-bandwidth. | Stig Thormodsrud | |
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-12-05 | Rename "ospf ospf" to "ospf parameters" to be consistent with bgp. | Stig Thormodsrud | |
2007-11-29 | Fix delete protocol ospf passive-interface. | Stig Thormodsrud | |
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 "delete protocols ospf". | 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. |